CreateComponentVersionResponse constructor

CreateComponentVersionResponse({
  1. required String componentName,
  2. required String componentVersion,
  3. required DateTime creationTimestamp,
  4. required CloudComponentStatus status,
  5. String? arn,
})

Implementation

CreateComponentVersionResponse({
  required this.componentName,
  required this.componentVersion,
  required this.creationTimestamp,
  required this.status,
  this.arn,
});