Cluster Continuous Backup Info
data class ClusterContinuousBackupInfo(val earliestRestorableTime: String? = null, val enabledTime: String? = null, val encryptionInfos: List<ClusterContinuousBackupInfoEncryptionInfo>? = null, val schedules: List<String>? = null)
Constructors
Link copied to clipboard
fun ClusterContinuousBackupInfo(earliestRestorableTime: String? = null, enabledTime: String? = null, encryptionInfos: List<ClusterContinuousBackupInfoEncryptionInfo>? = null, schedules: List<String>? = null)