Method FromJson
FromJson(string)
Parses the specified JSON string and creates a TicketLink object.
public static TicketLink FromJson(string json)
Parameters
json
stringThe JSON string from which to create a TicketLink.
Returns
- TicketLink
The TicketLink object.
Exceptions
- DataMinerJsonDeserializationException
Invalid JSON string.