BackupSelectionsListMember constructor

BackupSelectionsListMember({
  1. String? backupPlanId,
  2. DateTime? creationDate,
  3. String? creatorRequestId,
  4. String? iamRoleArn,
  5. String? selectionId,
  6. String? selectionName,
})

Implementation

BackupSelectionsListMember({
  this.backupPlanId,
  this.creationDate,
  this.creatorRequestId,
  this.iamRoleArn,
  this.selectionId,
  this.selectionName,
});