- API ›
- Constructors ›
- BusinessAwayMessageScheduleCustom
BusinessAwayMessageScheduleCustom
---types--- businessAwayMessageScheduleCustom#cc4d9ecc start_date:int end_date:int = BusinessAwayMessageSchedule
Belongs to
| BusinessAwayMessageSchedule |
In Rust this constructor is a variant of the enums::BusinessAwayMessageSchedule enum.
Match on it with: if let enums::BusinessAwayMessageSchedule::BusinessAwayMessageScheduleCustom(v) = result { ... }