BackupPlan constructor

BackupPlan({
  1. List<BackupRule>? backupRules,
  2. String? backupVault,
  3. String? backupVaultServiceAccount,
  4. ComputeInstanceBackupPlanProperties? computeInstanceBackupPlanProperties,
  5. String? createTime,
  6. String? description,
  7. DiskBackupPlanProperties? diskBackupPlanProperties,
  8. String? etag,
  9. Map<String, String>? labels,
  10. String? logRetentionDays,
  11. int? maxCustomOnDemandRetentionDays,
  12. String? name,
  13. String? resourceType,
  14. String? revisionId,
  15. String? revisionName,
  16. String? state,
  17. List<String>? supportedResourceTypes,
  18. String? updateTime,
})

Implementation

BackupPlan({
  this.backupRules,
  this.backupVault,
  this.backupVaultServiceAccount,
  this.computeInstanceBackupPlanProperties,
  this.createTime,
  this.description,
  this.diskBackupPlanProperties,
  this.etag,
  this.labels,
  this.logRetentionDays,
  this.maxCustomOnDemandRetentionDays,
  this.name,
  this.resourceType,
  this.revisionId,
  this.revisionName,
  this.state,
  this.supportedResourceTypes,
  this.updateTime,
});