PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Api
/
V2010
/
Account
/
Usage
/
Record
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Api\V2010\Account\Usage\Record; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; class DailyPage 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 DailyInstance \Twilio\Rest\Api\V2010\Account\Usage\Record\DailyInstance */ public function buildInstance(array $payload): DailyInstance { return new DailyInstance($this->version, $payload, $this->solution['accountSid']); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Api.V2010.DailyPage]'; } }
[-] YesterdayList.php
[edit]
[-] ThisMonthList.php
[edit]
[-] DailyOptions.php
[edit]
[-] TodayList.php
[edit]
[-] YearlyPage.php
[edit]
[-] AllTimeList.php
[edit]
[-] LastMonthList.php
[edit]
[+]
..
[-] AllTimeInstance.php
[edit]
[-] ThisMonthPage.php
[edit]
[-] LastMonthOptions.php
[edit]
[-] MonthlyPage.php
[edit]
[-] DailyInstance.php
[edit]
[-] TodayInstance.php
[edit]
[-] YesterdayOptions.php
[edit]
[-] YearlyInstance.php
[edit]
[-] TodayOptions.php
[edit]
[-] YesterdayPage.php
[edit]
[-] LastMonthPage.php
[edit]
[-] TodayPage.php
[edit]
[-] YesterdayInstance.php
[edit]
[-] YearlyOptions.php
[edit]
[-] DailyPage.php
[edit]
[-] ThisMonthInstance.php
[edit]
[-] ThisMonthOptions.php
[edit]
[-] MonthlyInstance.php
[edit]
[-] LastMonthInstance.php
[edit]
[-] MonthlyList.php
[edit]
[-] YearlyList.php
[edit]
[-] AllTimeOptions.php
[edit]
[-] MonthlyOptions.php
[edit]
[-] AllTimePage.php
[edit]
[-] DailyList.php
[edit]