All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azure.logicapps.kotlin.outputs.IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthly.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azure.logicapps.kotlin.outputs

import kotlin.Int
import kotlin.String
import kotlin.Suppress

/**
 *
 * @property week The occurrence of the week within the month.
 * @property weekday The day of the occurrence. Possible values are `Sunday`, `Monday`, `Tuesday`, `Wednesday`, `Thursday`, `Friday` and `Saturday`.
 */
public data class IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthly(
    public val week: Int,
    public val weekday: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.logicapps.outputs.IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthly): IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthly =
            IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthly(
                week = javaType.week(),
                weekday = javaType.weekday(),
            )
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy