RestoreJobsListMember constructor
RestoreJobsListMember({
- String? accountId,
- int? backupSizeInBytes,
- DateTime? completionDate,
- String? createdResourceArn,
- DateTime? creationDate,
- int? expectedCompletionTimeMinutes,
- String? iamRoleArn,
- String? percentDone,
- String? recoveryPointArn,
- String? resourceType,
- String? restoreJobId,
- RestoreJobStatus? status,
- String? statusMessage,
Implementation
RestoreJobsListMember({
this.accountId,
this.backupSizeInBytes,
this.completionDate,
this.createdResourceArn,
this.creationDate,
this.expectedCompletionTimeMinutes,
this.iamRoleArn,
this.percentDone,
this.recoveryPointArn,
this.resourceType,
this.restoreJobId,
this.status,
this.statusMessage,
});