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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
cluster_id
Sourcecluster_id=(cluster_id : String | Nil)
Sourcename
Sourcename=(name : String | Nil)
Sourceskip_enqueue=(skip_enqueue : Bool)
Sourceskip_enqueue?
Sourcesql
Sourcesql=(sql : String | Nil)
Source