RecordProxy
constructor(data: R, meta: Map<String, Any>, raw: JsonApiSingleResponse, error: JsonApiException? = null)
Parameters
R
The type of the resource.
data
The data of the resource.
meta
The meta of the resource.
raw
The raw JSON:API response as a map.