ComponentLatestVersion constructor

ComponentLatestVersion({
  1. String? arn,
  2. String? componentVersion,
  3. DateTime? creationTimestamp,
  4. String? description,
  5. List<ComponentPlatform>? platforms,
  6. String? publisher,
})

Implementation

ComponentLatestVersion({
  this.arn,
  this.componentVersion,
  this.creationTimestamp,
  this.description,
  this.platforms,
  this.publisher,
});