Constructor: smsJob
Back to constructors index
Info about an SMS job.
Attributes:
Name | Type | Required | Description |
---|
job_id | string | Yes | Job ID |
phone_number | string | Yes | Destination phone number |
text | string | Yes | Text |
Example:
$smsJob = ['_' => 'smsJob', 'job_id' => 'string', 'phone_number' => 'string', 'text' => 'string'];