RemoteFilter

data class RemoteFilter(field: String, type: String, value: String?)

Properties

field
Link copied to clipboard
val field: String
type
Link copied to clipboard
val type: String
value
Link copied to clipboard
val value: String?