Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/Twilio/Rest/Preview/TrustedComms/Business/BrandList.php
Строк: 71
<?php

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

namespace TwilioRestPreviewTrustedCommsBusiness;

use 
TwilioListResource;
use 
TwilioVersion;

/**
 * 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.
 */
class BrandList extends ListResource {
    
/**
     * Construct the BrandList
     *
     * @param Version $version Version that contains the resource
     * @param string $businessSid Business Sid.
     */
    
public function __construct(Version $versionstring $businessSid) {
        
parent::__construct($version);

        
// Path Solution
        
$this->solution = ['businessSid' => $businessSid, ];
    }

    
/**
     * Constructs a BrandContext
     *
     * @param string $sid Brand Sid.
     */
    
public function getContext(string $sid): BrandContext {
        return new 
BrandContext($this->version$this->solution['businessSid'], $sid);
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        return 
'[Twilio.Preview.TrustedComms.BrandList]';
    }
}
Онлайн: 1
Реклама