ComponentSummary constructor

ComponentSummary({
  1. String? arn,
  2. String? changeDescription,
  3. String? dateCreated,
  4. String? description,
  5. String? name,
  6. String? owner,
  7. Platform? platform,
  8. List<String>? supportedOsVersions,
  9. Map<String, String>? tags,
  10. ComponentType? type,
  11. String? version,
})

Implementation

ComponentSummary({
  this.arn,
  this.changeDescription,
  this.dateCreated,
  this.description,
  this.name,
  this.owner,
  this.platform,
  this.supportedOsVersions,
  this.tags,
  this.type,
  this.version,
});