struct Elasticsearch::Script
- Elasticsearch::Script
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
client.crConstructors
- .new(pull : JSON::PullParser)
- .new(*, source : String, params : Hash(String, Array(JSON::Any) | Bool | Float64 | Hash(String, JSON::Any) | Int64 | String | Nil) = nil, lang : String = "painless")
Instance Method Summary
Constructor Detail
def self.new(*, source : String, params : Hash(String, Array(JSON::Any) | Bool | Float64 | Hash(String, JSON::Any) | Int64 | String | Nil) = nil, lang : String = "painless")
#