Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/Twilio/Rest/Serverless/V1/Service/Environment/DeploymentOptions.php
Строк: 71
<?php

/**
 * This code was generated by
 *  / _    _  _|   _  _
 * | (_)/(_)(_|/| |(/_  v1.0.0
 * /       /
 */

namespace TwilioRestServerlessV1ServiceEnvironment;

use 
TwilioOptions;
use 
TwilioValues;

/**
 * PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
 */
abstract class DeploymentOptions {
    
/**
     * @param string $buildSid The SID of the build for the deployment
     * @return CreateDeploymentOptions Options builder
     */
    
public static function create(string $buildSid Values::NONE): CreateDeploymentOptions {
        return new 
CreateDeploymentOptions($buildSid);
    }
}

class 
CreateDeploymentOptions extends Options {
    
/**
     * @param string $buildSid The SID of the build for the deployment
     */
    
public function __construct(string $buildSid Values::NONE) {
        
$this->options['buildSid'] = $buildSid;
    }

    
/**
     * The SID of the build for the deployment.
     *
     * @param string $buildSid The SID of the build for the deployment
     * @return $this Fluent Builder
     */
    
public function setBuildSid(string $buildSid): self {
        
$this->options['buildSid'] = $buildSid;
        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.Serverless.V1.CreateDeploymentOptions ' $options ']';
    }
}
Онлайн: 2
Реклама