Skip to content

Commit

Permalink
Add missing field
Browse files Browse the repository at this point in the history
  • Loading branch information
nukosuke committed Mar 10, 2019
1 parent 0196992 commit b9ba216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zendesk/ticket_field.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ type TicketField struct {
RawTitleInPortal string `json:"raw_title_in_portal,omitempty"`
VisibleInPortal bool `json:"visible_in_portal,omitempty"`
EditableInPortal bool `json:"editable_in_portal,omitempty"`
RequiredInPortal bool `json:"required_in_portal,omitempty"`
Tag string `json:"tag,omitempty"`
CreatedAt *time.Time `json:"created_at,omitempty"`
UpdatedAt *time.Time `json:"updated_at,omitempty"`
Expand Down

0 comments on commit b9ba216

Please sign in to comment.