Twilio\Rest\Serverless\V1\Service\TwilioFunction\FunctionVersion\FunctionVersionContentInstance
Synopsis
class FunctionVersionContentInstance
extends InstanceResource
{
- // Inherited members from InstanceResource
- protected $version;
- protected $context;
- protected array $properties;
- protected array $solution;
- // methods
- public void __construct()
- protected FunctionVersionContentContext proxy()
- public FunctionVersionContentInstance fetch()
- public mixed __get()
- public string __toString()
- // Inherited methods from InstanceResource
- public void __construct()
- public void toArray()
- public void __toString()
- public void __isset()
Hierarchy
Extends
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