Get Plan Rule
data class GetPlanRule(val completionWindow: Int, val copyActions: List<GetPlanRuleCopyAction>, val enableContinuousBackup: Boolean, val lifecycles: List<GetPlanRuleLifecycle>, val recoveryPointTags: Map<String, String>? = null, val ruleName: String, val schedule: String, val scheduleExpressionTimezone: String, val startWindow: Int, val targetVaultName: String)
Constructors
Link copied to clipboard
constructor(completionWindow: Int, copyActions: List<GetPlanRuleCopyAction>, enableContinuousBackup: Boolean, lifecycles: List<GetPlanRuleLifecycle>, recoveryPointTags: Map<String, String>? = null, ruleName: String, schedule: String, scheduleExpressionTimezone: String, startWindow: Int, targetVaultName: String)