LicenseValidityDateFormatArgs

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

Constructors

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

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.

Functions

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