MessageTemplateSystemEndpointAttributesArgs

data class MessageTemplateSystemEndpointAttributesArgs(val address: Output<String>? = null) : ConvertibleToJava<MessageTemplateSystemEndpointAttributesArgs>

The system endpoint attributes that are used with the message template.

Constructors

constructor(address: Output<String>? = null)

Properties

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

The customer's phone number if used with customerEndpoint, or the number the customer dialed to call your contact center if used with systemEndpoint.

Functions

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