Twilio\Rest\Serverless\V1\Service\TwilioFunction\FunctionVersion\FunctionVersionContentInstance

Synopsis

class FunctionVersionContentInstance extends InstanceResource {
  • // methods
  • public void __construct()
  • protected FunctionVersionContentContext proxy()
  • public FunctionVersionContentInstance fetch()
  • 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 FunctionVersionContentInstance
  • __get() — Magic getter to access properties
  • __toString() — Provide a friendly representation
  • fetch() — Fetch the FunctionVersionContentInstance

Inherited from Twilio\InstanceResource

public