EkoStreamQueryDto

data class EkoStreamQueryDto(var token: EkoStreamQueryToken, var result: EkoStreamListDto)

Constructors

Link copied to clipboard
constructor(token: EkoStreamQueryToken, result: EkoStreamListDto)

Properties

Link copied to clipboard
@SerializedName(value = "results")
var result: EkoStreamListDto
Link copied to clipboard
@SerializedName(value = "paging")
var token: EkoStreamQueryToken