PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Verify
/
V2
/
Service
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Verify\V2\Service; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; class RateLimitPage 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 RateLimitInstance \Twilio\Rest\Verify\V2\Service\RateLimitInstance */ public function buildInstance(array $payload): RateLimitInstance { return new RateLimitInstance($this->version, $payload, $this->solution['serviceSid']); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Verify.V2.RateLimitPage]'; } }
[-] RateLimitPage.php
[edit]
[-] EntityList.php
[edit]
[-] WebhookInstance.php
[edit]
[-] EntityPage.php
[edit]
[-] VerificationCheckList.php
[edit]
[-] VerificationInstance.php
[edit]
[+]
..
[-] VerificationOptions.php
[edit]
[-] MessagingConfigurationContext.php
[edit]
[-] RateLimitContext.php
[edit]
[-] EntityContext.php
[edit]
[-] WebhookPage.php
[edit]
[-] WebhookContext.php
[edit]
[+]
RateLimit
[+]
Entity
[-] MessagingConfigurationList.php
[edit]
[-] MessagingConfigurationInstance.php
[edit]
[-] EntityInstance.php
[edit]
[-] AccessTokenList.php
[edit]
[-] WebhookOptions.php
[edit]
[-] MessagingConfigurationPage.php
[edit]
[-] WebhookList.php
[edit]
[-] AccessTokenInstance.php
[edit]
[-] VerificationCheckPage.php
[edit]
[-] VerificationCheckInstance.php
[edit]
[-] RateLimitOptions.php
[edit]
[-] VerificationPage.php
[edit]
[-] VerificationList.php
[edit]
[-] VerificationCheckOptions.php
[edit]
[-] VerificationContext.php
[edit]
[-] AccessTokenPage.php
[edit]
[-] RateLimitList.php
[edit]
[-] RateLimitInstance.php
[edit]