QueryLabelsResponse

data class QueryLabelsResponse(val cursor: String? = null, val labels: ReadOnlyList<Label>)

Constructors

Link copied to clipboard
constructor(cursor: String? = null, labels: ReadOnlyList<Label>)

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard