ApiContactInformationArgs

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

API contact information

Constructors

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

Properties

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

The email address of the contact person/organization. MUST be in the format of an email address

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

The identifying name of the contact person/organization

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

The URL pointing to the contact information. MUST be in the format of a URL

Functions

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