Twilio\Rest\Conversations\V1\ServiceInstance
Synopsis
class ServiceInstance
extends InstanceResource
{
- // members
- protected $_users;
- protected $_bindings;
- protected $_participantConversations;
- protected $_conversations;
- protected $_roles;
- protected $_configuration;
- // Inherited members from InstanceResource
- protected $version;
- protected $context;
- protected array $properties;
- protected array $solution;
- // methods
- public void __construct()
- protected ServiceContext proxy()
- public bool delete()
- public ServiceInstance fetch()
- protected UserList getUsers()
- protected BindingList getBindings()
- protected ParticipantConversationList getParticipantConversations()
- protected ConversationList getConversations()
- protected RoleList getRoles()
- protected ConfigurationList getConfiguration()
- 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
- $_bindings
- $_configuration
- $_conversations
- $_participantConversations
- $_roles
- $_users
- $context
- $properties
- $solution
- $version
Methods
protected
- getBindings() — Access the bindings
- getConfiguration() — Access the configuration
- getConversations() — Access the conversations
- getParticipantConversations() — Access the participantConversations
- getRoles() — Access the roles
- getUsers() — Access the users
- 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 ServiceInstance
- __get() — Magic getter to access properties
- __toString() — Provide a friendly representation
- delete() — Delete the ServiceInstance
- fetch() — Fetch the ServiceInstance