document property

Object? document
final

JSON:API document. This object can be of any type as long as it is encodable by the PayloadCodec used in the Client.

Implementation

final Object? document;