Backup constructor
Backup({
- String? capacityGb,
- String? createTime,
- String? description,
- String? downloadBytes,
- String? fileSystemProtocol,
- String? kmsKey,
- Map<
String, String> ? labels, - String? name,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? sourceInstance,
- String? sourceInstanceTier,
- String? state,
- String? storageBytes,
- Map<
String, String> ? tags,
Implementation
Backup({
this.capacityGb,
this.createTime,
this.description,
this.downloadBytes,
this.fileSystemProtocol,
this.kmsKey,
this.labels,
this.name,
this.satisfiesPzi,
this.satisfiesPzs,
this.sourceFileShare,
this.sourceInstance,
this.sourceInstanceTier,
this.state,
this.storageBytes,
this.tags,
});