Файловый менеджер - Редактировать - /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/twilio/sdk/src/Twilio/Rest/FlexApi/V1/PluginVersionArchiveOptions.php
Назад
<?php /** * This code was generated by * ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ * | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ * | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ * * Twilio - Flex * 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\FlexApi\V1; use Twilio\Options; use Twilio\Values; abstract class PluginVersionArchiveOptions { /** * @param string $flexMetadata The Flex-Metadata HTTP request header * @return UpdatePluginVersionArchiveOptions Options builder */ public static function update( string $flexMetadata = Values::NONE ): UpdatePluginVersionArchiveOptions { return new UpdatePluginVersionArchiveOptions( $flexMetadata ); } } class UpdatePluginVersionArchiveOptions extends Options { /** * @param string $flexMetadata The Flex-Metadata HTTP request header */ public function __construct( string $flexMetadata = Values::NONE ) { $this->options['flexMetadata'] = $flexMetadata; } /** * The Flex-Metadata HTTP request header * * @param string $flexMetadata The Flex-Metadata HTTP request header * @return $this Fluent Builder */ public function setFlexMetadata(string $flexMetadata): self { $this->options['flexMetadata'] = $flexMetadata; 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.FlexApi.V1.UpdatePluginVersionArchiveOptions ' . $options . ']'; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка