OSImage Notification Profile Args
data class OSImageNotificationProfileArgs(val enable: Output<Boolean>? = null, val notBeforeTimeout: Output<String>? = null) : ConvertibleToJava<OSImageNotificationProfileArgs>
Constructors
Link copied to clipboard
fun OSImageNotificationProfileArgs(enable: Output<Boolean>? = null, notBeforeTimeout: Output<String>? = null)