OIndexesResponse

@Serializable
data class OIndexesResponse(val oIndexes: List<Long>, val status: String)

Response for o indexes.

Author

Marcus Cvjeticanin

Since

0.1.0

Parameters

oIndexes

The o indexes.

status

The status.

Constructors

Link copied to clipboard
constructor(oIndexes: List<Long>, status: String)

Properties

Link copied to clipboard
Link copied to clipboard