Twilio\Rest\Preview\DeployedDevices\Fleet\CreateDeploymentOptions
Synopsis
class CreateDeploymentOptions
extends Options
{
- // Inherited members from Options
- protected array $options;
- // methods
- public void __construct()
- public CreateDeploymentOptions setFriendlyName()
- public CreateDeploymentOptions setSyncServiceSid()
- public string __toString()
- // Inherited methods from Options
- public void getIterator()
Hierarchy
Extends
Members
protected
- $options
Methods
public
- __construct()
- __toString() — Provide a friendly representation
- setFriendlyName() — Provides a human readable descriptive text for this Deployment, up to 256 characters long.
- setSyncServiceSid() — Provides the unique string identifier of the Twilio Sync service instance that will be linked to and accessible by this Deployment.