ContainerRecipeSummary constructor

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

Implementation

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