BusinessHoursInfo

constructor(name: String, isActive: Boolean, businessHours: List<BusinessHours>, requestTimestamp: Long)

Parameters

name

The name of the business hours in Setup.

isActive

A Boolean value to determine whether business hours are currently active in Setup.

businessHours

A List of BusinessHours representing intervals across a 24-hour period.

requestTimestamp

The time when the request was made, in milliseconds since the epoch.