BackupPlan constructor

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

Implementation

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