PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Serverless
/
V1
/
Service
/
Environment
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Serverless\V1\Service\Environment; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; /** * PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. */ class VariablePage extends Page { /** * @param Version $version Version that contains the resource * @param Response $response Response from the API * @param array $solution The context solution */ public function __construct(Version $version, Response $response, array $solution) { parent::__construct($version, $response); // Path Solution $this->solution = $solution; } /** * @param array $payload Payload response from the API * @return VariableInstance \Twilio\Rest\Serverless\V1\Service\Environment\VariableInstance */ public function buildInstance(array $payload): VariableInstance { return new VariableInstance( $this->version, $payload, $this->solution['serviceSid'], $this->solution['environmentSid'] ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Serverless.V1.VariablePage]'; } }
[-] LogOptions.php
[edit]
[-] VariableInstance.php
[edit]
[-] VariableContext.php
[edit]
[-] VariableOptions.php
[edit]
[-] VariableList.php
[edit]
[-] DeploymentInstance.php
[edit]
[+]
..
[-] LogInstance.php
[edit]
[-] LogList.php
[edit]
[-] DeploymentList.php
[edit]
[-] DeploymentContext.php
[edit]
[-] DeploymentOptions.php
[edit]
[-] LogPage.php
[edit]
[-] VariablePage.php
[edit]
[-] LogContext.php
[edit]
[-] DeploymentPage.php
[edit]