CreateComponentVersionResponse constructor
CreateComponentVersionResponse({
- required String componentName,
- required String componentVersion,
- required DateTime creationTimestamp,
- required CloudComponentStatus status,
- String? arn,
Implementation
CreateComponentVersionResponse({
required this.componentName,
required this.componentVersion,
required this.creationTimestamp,
required this.status,
this.arn,
});