Support Info Args
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
fun SupportInfoArgs(email: Output<String>? = null, instructions: Output<String>? = null, phone: Output<String>? = null, url: Output<String>? = null)