SapComponent constructor

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

Implementation

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