
com.pulumi.azurenative.automation.kotlin.outputs.ScheduleAssociationPropertyResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.automation.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The schedule property associated with the entity.
* @property name Gets or sets the name of the Schedule.
*/
public data class ScheduleAssociationPropertyResponse(
public val name: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.automation.outputs.ScheduleAssociationPropertyResponse): ScheduleAssociationPropertyResponse = ScheduleAssociationPropertyResponse(
name = javaType.name().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy