Links

data class Links(val about: JsonApiLink? = null, val type: JsonApiLink? = null)

A links object containing the following members:

Parameters

about

A link that leads to further details about this particular occurrence of the problem.

type

A link that leads to further details about this particular occurrence of the problem.

Constructors

Link copied to clipboard
constructor(about: JsonApiLink? = null, type: JsonApiLink? = null)

Properties

Link copied to clipboard
val about: JsonApiLink? = null
Link copied to clipboard
val type: JsonApiLink? = null