GetGroupVersionResponse constructor
GetGroupVersionResponse({
- String? arn,
- String? creationTimestamp,
- GroupVersion? definition,
- String? id,
- String? version,
Implementation
GetGroupVersionResponse({
this.arn,
this.creationTimestamp,
this.definition,
this.id,
this.version,
});