Component constructor

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

Implementation

Component({
  this.arn,
  this.changeDescription,
  this.data,
  this.dateCreated,
  this.description,
  this.encrypted,
  this.kmsKeyId,
  this.name,
  this.owner,
  this.platform,
  this.supportedOsVersions,
  this.tags,
  this.type,
  this.version,
});