Twilio\Rest\IpMessaging\V2\CredentialInstance

Synopsis

class CredentialInstance extends InstanceResource {
}

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 CredentialInstance
  • __get() — Magic getter to access properties
  • __toString() — Provide a friendly representation
  • delete() — Delete the CredentialInstance
  • fetch() — Fetch the CredentialInstance
  • update() — Update the CredentialInstance

Inherited from Twilio\InstanceResource

public