Backup constructor

Backup({
  1. List<String>? backupSchedules,
  2. String? createTime,
  3. String? database,
  4. String? databaseDialect,
  5. EncryptionInfo? encryptionInfo,
  6. List<EncryptionInfo>? encryptionInformation,
  7. String? exclusiveSizeBytes,
  8. String? expireTime,
  9. String? freeableSizeBytes,
  10. String? incrementalBackupChainId,
  11. List<BackupInstancePartition>? instancePartitions,
  12. String? maxExpireTime,
  13. String? name,
  14. String? oldestVersionTime,
  15. List<String>? referencingBackups,
  16. List<String>? referencingDatabases,
  17. String? sizeBytes,
  18. String? state,
  19. String? versionTime,
})

Implementation

Backup({
  this.backupSchedules,
  this.createTime,
  this.database,
  this.databaseDialect,
  this.encryptionInfo,
  this.encryptionInformation,
  this.exclusiveSizeBytes,
  this.expireTime,
  this.freeableSizeBytes,
  this.incrementalBackupChainId,
  this.instancePartitions,
  this.maxExpireTime,
  this.name,
  this.oldestVersionTime,
  this.referencingBackups,
  this.referencingDatabases,
  this.sizeBytes,
  this.state,
  this.versionTime,
});