Metadata

@Serializable
data class Metadata(val id: String? = null, val attribution: String, val service: String, val timestamp: Long, val query: JsonElement, val engine: Engine, val systemMessage: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, attribution: String, service: String, timestamp: Long, query: JsonElement, engine: Engine, systemMessage: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String? = null
Link copied to clipboard
val query: JsonElement
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "system_message")
val systemMessage: String? = null
Link copied to clipboard