Property CustomTicketFields
CustomTicketFields
Gets or sets the custom ticket fields of this ticket.
[JsonProperty]
public IDictionary<string, object> CustomTicketFields { get; set; }
Property Value
- IDictionary<string, object>
The custom ticket fields of this ticket.