CreateContactRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The short name to quickly identify a contact or escalation plan. The contact alias must be unique and identifiable.

Link copied to clipboard

The full name of the contact or escalation plan.

Link copied to clipboard

A token ensuring that the operation is called only once with the specified details.

Link copied to clipboard
val plan: Plan?

A list of stages. A contact has an engagement plan with stages that contact specified contact channels. An escalation plan uses stages that contact specified contacts.

Link copied to clipboard
val tags: List<Tag>?

Adds a tag to the target. You can only tag resources created in the first Region of your replication set.

Link copied to clipboard

To create an escalation plan use ESCALATION. To create a contact use PERSONAL.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String