GetPlanResult

data class GetPlanResult(val contactId: String, val id: String, val stages: List<GetPlanStage>)

A collection of values returned by getPlan.

Constructors

Link copied to clipboard
constructor(contactId: String, id: String, stages: List<GetPlanStage>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

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.