CollectionProxy

constructor(data: List<R>, meta: Map<String, Any>, raw: JsonApiCollectionResponse)(source)

Parameters

R

The type of the resource.

data

The data of the collection.

meta

The meta of the collection.

raw

The raw JSON:API response as a map.