Environment Config Recovery Config Scheduled Snapshots Config
data class EnvironmentConfigRecoveryConfigScheduledSnapshotsConfig(val enabled: Boolean, val snapshotCreationSchedule: String? = null, val snapshotLocation: String? = null, val timeZone: String? = null)
Constructors
Link copied to clipboard
fun EnvironmentConfigRecoveryConfigScheduledSnapshotsConfig(enabled: Boolean, snapshotCreationSchedule: String? = null, snapshotLocation: String? = null, timeZone: String? = null)