Skip to content

Commit 1fa8a88

Browse files
committed
add comment
1 parent a0be303 commit 1fa8a88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zendesk/ticket_comment.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ func (z *Client) CreateTicketComment(ctx context.Context, ticketID int64, ticket
8282
return result, err
8383
}
8484

85+
// ListTicketCommentResult contains the resulting ticket comments
86+
// and cursor pagination metadata.
8587
type ListTicketCommentsResult struct {
8688
TicketComments []TicketComment `json:"comments"`
8789
Meta CursorPaginationMeta `json:"meta"`

0 commit comments

Comments
 (0)