BackupVault constructor
BackupVault({
- String? accessRestriction,
- Map<
String, String> ? annotations, - String? backupCount,
- String? backupMinimumEnforcedRetentionDuration,
- String? createTime,
- bool? deletable,
- String? description,
- String? effectiveTime,
- String? etag,
- Map<
String, String> ? labels, - String? name,
- String? serviceAccount,
- String? state,
- String? totalStoredBytes,
- String? uid,
- String? updateTime,
Implementation
BackupVault({
this.accessRestriction,
this.annotations,
this.backupCount,
this.backupMinimumEnforcedRetentionDuration,
this.createTime,
this.deletable,
this.description,
this.effectiveTime,
this.etag,
this.labels,
this.name,
this.serviceAccount,
this.state,
this.totalStoredBytes,
this.uid,
this.updateTime,
});