CollectionProxy

constructor(data: List<R>, meta: Map<String, <Error class: unknown class>>, raw: JsonApiCollectionResponse)

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.