ImageVersion constructor

ImageVersion({
  1. String? arn,
  2. String? dateCreated,
  3. String? name,
  4. String? osVersion,
  5. String? owner,
  6. Platform? platform,
  7. ImageType? type,
  8. String? version,
})

Implementation

ImageVersion({
  this.arn,
  this.dateCreated,
  this.name,
  this.osVersion,
  this.owner,
  this.platform,
  this.type,
  this.version,
});