We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0be303 commit 1fa8a88Copy full SHA for 1fa8a88
zendesk/ticket_comment.go
@@ -82,6 +82,8 @@ func (z *Client) CreateTicketComment(ctx context.Context, ticketID int64, ticket
82
return result, err
83
}
84
85
+// ListTicketCommentResult contains the resulting ticket comments
86
+// and cursor pagination metadata.
87
type ListTicketCommentsResult struct {
88
TicketComments []TicketComment `json:"comments"`
89
Meta CursorPaginationMeta `json:"meta"`
0 commit comments