DescribeComponentResponse constructor

DescribeComponentResponse({
  1. String? arn,
  2. String? componentName,
  3. String? componentVersion,
  4. DateTime? creationTimestamp,
  5. String? description,
  6. List<ComponentPlatform>? platforms,
  7. String? publisher,
  8. CloudComponentStatus? status,
  9. Map<String, String>? tags,
})

Implementation

DescribeComponentResponse({
  this.arn,
  this.componentName,
  this.componentVersion,
  this.creationTimestamp,
  this.description,
  this.platforms,
  this.publisher,
  this.status,
  this.tags,
});