Twilio\Rest\Preview\DeployedDevices\Fleet\CreateDeviceOptions
Synopsis
class CreateDeviceOptions
extends Options
{
- // Inherited members from Options
- protected array $options;
- // methods
- public void __construct()
- public CreateDeviceOptions setUniqueName()
- public CreateDeviceOptions setFriendlyName()
- public CreateDeviceOptions setIdentity()
- public CreateDeviceOptions setDeploymentSid()
- public CreateDeviceOptions setEnabled()
- public string __toString()
- // Inherited methods from Options
- public void getIterator()
Hierarchy
Extends
Members
protected
- $options
Methods
public
- __construct()
- __toString() — Provide a friendly representation
- setDeploymentSid() — Specifies the unique string identifier of the Deployment group that this Device is going to be associated with.
- setEnabled()
- setFriendlyName() — Provides a human readable descriptive text to be assigned to this Device, up to 256 characters long.
- setIdentity() — Provides an arbitrary string identifier representing a human user to be associated with this Device, up to 256 characters long.
- setUniqueName() — Provides a unique and addressable name to be assigned to this Device, to be used in addition to SID, up to 128 characters long.