Scheduled Snapshots Config Response
data class ScheduledSnapshotsConfigResponse(val enabled: Boolean, val snapshotCreationSchedule: String, val snapshotLocation: String, val timeZone: String)
The configuration for scheduled snapshot creation mechanism.
Constructors
Link copied to clipboard
fun ScheduledSnapshotsConfigResponse(enabled: Boolean, snapshotCreationSchedule: String, snapshotLocation: String, timeZone: String)