- API ›
- Constructors ›
- BusinessWorkHours
BusinessWorkHours
---types--- businessWorkHours#8c92b098 open_now:flags.0?true timezone_id:string weekly_open:Vector<BusinessWeeklyOpen> = BusinessWorkHours
Belongs to
| BusinessWorkHours |
In Rust this constructor is a variant of the enums::BusinessWorkHours enum.
Match on it with: if let enums::BusinessWorkHours::BusinessWorkHours(v) = result { ... }
Parameters
| open_now | true | optional |
| timezone_id | string | required |
| weekly_open | Vector<BusinessWeeklyOpen> | required |
Used by
| UpdateBusinessWorkHours |