
com.pulumi.awsnative.licensemanager.kotlin.outputs.LicenseValidityDateFormat.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.licensemanager.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property begin Validity begin date for the license.
* @property end Validity begin date for the license.
*/
public data class LicenseValidityDateFormat(
public val begin: String,
public val end: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.licensemanager.outputs.LicenseValidityDateFormat): LicenseValidityDateFormat = LicenseValidityDateFormat(
begin = javaType.begin(),
end = javaType.end(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy