Links

@Serializable
data class Links(val about: String? = null, val type: String? = null)(source)

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: String? = null, type: String? = null)

Properties

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