Embedded

@Serializable
data class Embedded<T>(val records: List<T>)

Embedded records in the page response.

Constructors

Link copied to clipboard
constructor(records: List<T>)

Properties

Link copied to clipboard
@SerialName(value = "records")
val records: List<T>