SupportInfoArgs

data class SupportInfoArgs(val email: Output<String>? = null, val instructions: Output<String>? = null, val phone: Output<String>? = null, val url: Output<String>? = null) : ConvertibleToJava<SupportInfoArgs>

Support contact information and instructions.

Constructors

Link copied to clipboard
constructor(email: Output<String>? = null, instructions: Output<String>? = null, phone: Output<String>? = null, url: Output<String>? = null)

Properties

Link copied to clipboard
val email: Output<String>? = null

Support contact email address.

Link copied to clipboard
val instructions: Output<String>? = null

Support instructions.

Link copied to clipboard
val phone: Output<String>? = null

Support contact phone number.

Link copied to clipboard
val url: Output<String>? = null

Support web address.

Functions

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