Backup constructor
Backup({
- String? createTime,
- String? database,
- String? databaseDialect,
- EncryptionInfo? encryptionInfo,
- List<
EncryptionInfo> ? encryptionInformation, - String? expireTime,
- String? maxExpireTime,
- String? name,
- List<
String> ? referencingBackups, - List<
String> ? referencingDatabases, - String? sizeBytes,
- String? state,
- String? versionTime,
Implementation
Backup({
this.createTime,
this.database,
this.databaseDialect,
this.encryptionInfo,
this.encryptionInformation,
this.expireTime,
this.maxExpireTime,
this.name,
this.referencingBackups,
this.referencingDatabases,
this.sizeBytes,
this.state,
this.versionTime,
});