Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 6.82 KB

File metadata and controls

14 lines (11 loc) · 6.82 KB

CollectionTicketComment

Fields

Field Type Required Description Example
Id string A unique identifier for an object. 12345
Body string Body of the comment What internet provider do you use?
CustomMappings Dictionary<String, object> When custom mappings are configured on the resource, the result is included here.
CreatedBy string The user who created the object. 12345
UpdatedAt DateTime The date and time when the object was last updated. 2020-09-30T07:43:32.000Z
CreatedAt DateTime The date and time when the object was created. 2020-09-30T07:43:32.000Z
PassThrough List<PassThroughBody> The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.