PlatformSummary constructor

PlatformSummary({
  1. String? operatingSystemName,
  2. String? operatingSystemVersion,
  3. String? platformArn,
  4. String? platformBranchLifecycleState,
  5. String? platformBranchName,
  6. String? platformCategory,
  7. String? platformLifecycleState,
  8. String? platformOwner,
  9. PlatformStatus? platformStatus,
  10. String? platformVersion,
  11. List<String>? supportedAddonList,
  12. List<String>? supportedTierList,
})

Implementation

PlatformSummary({
  this.operatingSystemName,
  this.operatingSystemVersion,
  this.platformArn,
  this.platformBranchLifecycleState,
  this.platformBranchName,
  this.platformCategory,
  this.platformLifecycleState,
  this.platformOwner,
  this.platformStatus,
  this.platformVersion,
  this.supportedAddonList,
  this.supportedTierList,
});