GroupResourceQuery

data class GroupResourceQuery(val query: String, val type: String? = null)

Constructors

Link copied to clipboard
constructor(query: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource query as a JSON string.

Link copied to clipboard
val type: String? = null

The type of the resource query. Defaults to TAG_FILTERS_1_0.