ImageRecipeSummary constructor

ImageRecipeSummary({
  1. String? arn,
  2. String? dateCreated,
  3. String? name,
  4. String? owner,
  5. String? parentImage,
  6. Platform? platform,
  7. Map<String, String>? tags,
})

Implementation

ImageRecipeSummary({
  this.arn,
  this.dateCreated,
  this.name,
  this.owner,
  this.parentImage,
  this.platform,
  this.tags,
});