Link Search Menu Expand Document

Constructor: smsJob

Back to constructors index

Attributes:

NameTypeRequired
job_idstringYes
phone_numberstringYes
textstringYes

Type: SmsJob

Example:

$smsJob = ['_' => 'smsJob', 'job_id' => 'string', 'phone_number' => 'string', 'text' => 'string'];