Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 2.16 KB

ScheduleGroup.md

File metadata and controls

25 lines (21 loc) · 2.16 KB

ScheduleGroup

Properties

Name Type Description Notes
id string The globally unique identifier for the object. [optional]
name string The name of the entity.
description string The resource's description. [optional]
version int The current version of the resource. [optional]
dateCreated \DateTime The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ [optional]
dateModified \DateTime The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ [optional]
modifiedBy string The ID of the user that last modified the resource. [optional]
createdBy string The ID of the user that created the resource. [optional]
state string Indicates if the resource is active, inactive, or deleted. [optional]
modifiedByApp string The application that last modified the resource. [optional]
createdByApp string The application that created the resource. [optional]
timeZone string The timezone the schedules are a part of. This is not a schedule property to allow a schedule to be used in multiple timezones. [optional]
openSchedules \PureCloudPlatform\Client\V2\Model\DomainEntityRef[] The schedules defining the hours an organization is open. [optional]
closedSchedules \PureCloudPlatform\Client\V2\Model\DomainEntityRef[] The schedules defining the hours an organization is closed. [optional]
holidaySchedules \PureCloudPlatform\Client\V2\Model\DomainEntityRef[] The schedules defining the hours an organization is closed for the holidays. [optional]
selfUri string The URI for this object [optional]

[Back to Model list] [Back to API list] [Back to README]