Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 5.76 KB

File metadata and controls

15 lines (12 loc) · 5.76 KB

TicketingComment

Fields

Field Type Required Description Example
content T::Array<Models::Shared::TicketingContent> Array of content associated with the comment
created_at Date The timestamp when the record was created 2021-01-01T01:01:01.000Z
id T.nilable(::String) Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
internal T.nilable(T.any(T::Boolean, Models::Shared::TicketingComment2)) Whether the comment is internal false
remote_id T.nilable(::String) Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
ticket_id ::String ✔️ The ticket ID associated with the comment ticket-001
updated_at Date The timestamp when the record was last updated 2021-01-01T01:01:01.000Z
user_id T.nilable(::String) The user who created the comment user-001