LicenseValidityDateFormatArgs

data class LicenseValidityDateFormatArgs(val begin: Output<String>, val end: Output<String>) : ConvertibleToJava<LicenseValidityDateFormatArgs>

Constructors

Link copied to clipboard
fun LicenseValidityDateFormatArgs(begin: Output<String>, end: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): LicenseValidityDateFormatArgs

Properties

Link copied to clipboard
val begin: Output<String>

Validity begin date for the license.

Link copied to clipboard
val end: Output<String>

Validity begin date for the license.