Zync SDK
Toggle table of contents
1.0.30
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.company.models
/
ZyncCompanyBusinessHours
Zync
Company
Business
Hours
data
class
ZyncCompanyBusinessHours
(
val
timezone
:
String
?
,
val
startTime
:
String
?
,
val
endTime
:
String
?
,
val
workingDays
:
List
<
String
>
?
)
Members
Constructors
Zync
Company
Business
Hours
Link copied to clipboard
constructor
(
timezone
:
String
?
,
startTime
:
String
?
,
endTime
:
String
?
,
workingDays
:
List
<
String
>
?
)
Properties
end
Time
Link copied to clipboard
val
endTime
:
String
?
start
Time
Link copied to clipboard
val
startTime
:
String
?
timezone
Link copied to clipboard
val
timezone
:
String
?
working
Days
Link copied to clipboard
val
workingDays
:
List
<
String
>
?