ComponentVersion constructor

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

Implementation

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