SapComponent constructor
SapComponent({
- DatabaseProperties? databaseProperties,
- List<
String> ? haHosts, - List<
CloudResource> ? resources, - String? sid,
- String? topologyType,
Implementation
SapComponent({
this.databaseProperties,
this.haHosts,
this.resources,
this.sid,
this.topologyType,
});