Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.53 KB

TaskrouterV1Activity.md

File metadata and controls

19 lines (14 loc) · 1.53 KB

TaskrouterV1Activity

Properties

Name Type Description Notes
AccountSid Pointer to string The SID of the Account that created the Activity resource.
Available Pointer to bool Whether the Worker is eligible to receive a Task when it occupies the Activity. A value of true, 1, or yes indicates the Activity is available. All other values indicate that it is not. The value cannot be changed after the Activity is created.
DateCreated Pointer to time.Time The date and time in GMT when the resource was created specified in ISO 8601 format.
DateUpdated Pointer to time.Time The date and time in GMT when the resource was last updated specified in ISO 8601 format.
FriendlyName Pointer to string The string that you assigned to describe the Activity resource.
Sid Pointer to string The unique string that we created to identify the Activity resource.
WorkspaceSid Pointer to string The SID of the Workspace that contains the Activity.
Url Pointer to string The absolute URL of the Activity resource.
Links Pointer to map[string]interface{}

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