struct

CB::Client::SavedQueryCreateParams

Inherits JSON::Serializable / Struct / Value / Object

Constructors

new(cluster_id : Nil | String, name : Nil | String, sql : Nil | String, skip_enqueue : Bool = true)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

cluster_id
Source
cluster_id=(cluster_id : String | Nil)
Source
name
Source
name=(name : String | Nil)
Source
skip_enqueue=(skip_enqueue : Bool)
Source
skip_enqueue?
Source
sql=(sql : String | Nil)
Source