- API ›
- Constructors ›
- SmsJob
SmsJob
---types--- smsJob#e6a1eeb8 job_id:string phone_number:string text:string = SmsJob
Belongs to
| SmsJob |
In Rust this constructor is a variant of the enums::SmsJob enum.
Match on it with: if let enums::SmsJob::SmsJob(v) = result { ... }