CertificateContactsContactArgs

data class CertificateContactsContactArgs(val email: Output<String>, val name: Output<String>? = null, val phone: Output<String>? = null) : ConvertibleToJava<CertificateContactsContactArgs>

Constructors

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

Properties

Link copied to clipboard
val email: Output<String>

E-mail address of the contact.

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

Name of the contact.

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

Phone number of the contact.

Functions

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