UpdateArchiveResponse constructor
UpdateArchiveResponse({
- String? archiveArn,
- DateTime? creationTime,
- ArchiveState? state,
- String? stateReason,
Implementation
UpdateArchiveResponse({
this.archiveArn,
this.creationTime,
this.state,
this.stateReason,
});