
com.pulumi.azure.devtest.kotlin.outputs.ScheduleDailyRecurrence.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.devtest.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property time The time each day when the schedule takes effect.
*/
public data class ScheduleDailyRecurrence(
public val time: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.devtest.outputs.ScheduleDailyRecurrence): ScheduleDailyRecurrence = ScheduleDailyRecurrence(
time = javaType.time(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy