QueryResponse

io.github.pidoveproject.showdown.protocol.server.GlobalMessage.QueryResponse
final case class QueryResponse(content: ResponseContent)

The response of a previously sent query.

Value parameters

content

the content of the query response

Attributes

Source
GlobalMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product