SapComponent constructor

SapComponent({
  1. DatabaseProperties? databaseProperties,
  2. List<String>? haHosts,
  3. List<CloudResource>? resources,
  4. String? sid,
  5. String? topologyType,
})

Implementation

SapComponent({
  this.databaseProperties,
  this.haHosts,
  this.resources,
  this.sid,
  this.topologyType,
});