Azure Backup Rule Response
data class AzureBackupRuleResponse(val backupParameters: AzureBackupParamsResponse? = null, val dataStore: DataStoreInfoBaseResponse, val name: String, val objectType: String, val trigger: Either<AdhocBasedTriggerContextResponse, ScheduleBasedTriggerContextResponse>)
Azure backup rule
Constructors
Link copied to clipboard
constructor(backupParameters: AzureBackupParamsResponse? = null, dataStore: DataStoreInfoBaseResponse, name: String, objectType: String, trigger: Either<AdhocBasedTriggerContextResponse, ScheduleBasedTriggerContextResponse>)