Файловый менеджер - Редактировать - /home/clickysoft/public_html/jm5-api.clickysoft.net/vendor/twilio/sdk/src/Twilio/Rest/Numbers/V1/PortingPortabilityOptions.php
Назад
<?php /** * This code was generated by * ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ * | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ * | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ * * Twilio - Numbers * This is the public Twilio REST API. * * NOTE: This class is auto generated by OpenAPI Generator. * https://openapi-generator.tech * Do not edit the class manually. */ namespace Twilio\Rest\Numbers\V1; use Twilio\Options; use Twilio\Values; abstract class PortingPortabilityOptions { /** * @param string $targetAccountSid The SID of the account where the phone number(s) will be ported. * @return FetchPortingPortabilityOptions Options builder */ public static function fetch( string $targetAccountSid = Values::NONE ): FetchPortingPortabilityOptions { return new FetchPortingPortabilityOptions( $targetAccountSid ); } } class FetchPortingPortabilityOptions extends Options { /** * @param string $targetAccountSid The SID of the account where the phone number(s) will be ported. */ public function __construct( string $targetAccountSid = Values::NONE ) { $this->options['targetAccountSid'] = $targetAccountSid; } /** * The SID of the account where the phone number(s) will be ported. * * @param string $targetAccountSid The SID of the account where the phone number(s) will be ported. * @return $this Fluent Builder */ public function setTargetAccountSid(string $targetAccountSid): self { $this->options['targetAccountSid'] = $targetAccountSid; return $this; } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { $options = \http_build_query(Values::of($this->options), '', ' '); return '[Twilio.Numbers.V1.FetchPortingPortabilityOptions ' . $options . ']'; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка