Twilio\Rest\FlexApi\V1\InsightsQuestionnairesQuestionInstance

Synopsis

class InsightsQuestionnairesQuestionInstance extends InstanceResource {
  • // methods
  • public void __construct()
  • protected InsightsQuestionnairesQuestionContext proxy()
  • public bool delete()
  • public InsightsQuestionnairesQuestionInstance update()
  • public mixed __get()
  • public string __toString()
}

Hierarchy

Members

protected

  • $context
  • $properties
  • $solution
  • $version

Methods

protected

  • proxy() — Generate an instance context for the instance, the context is capable of performing various actions. All instance actions are proxied to the context

public

  • __construct() — Initialize the InsightsQuestionnairesQuestionInstance
  • __get() — Magic getter to access properties
  • __toString() — Provide a friendly representation
  • delete() — Delete the InsightsQuestionnairesQuestionInstance
  • update() — Update the InsightsQuestionnairesQuestionInstance

Inherited from Twilio\InstanceResource

public