struct Elasticsearch::SearchResult::AggregatedResult::AggregatedValue

Included Modules

Defined in:

elasticsearch.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def value : Float64 | Int64 | Nil #

[View source]
def values : Hash(String, Float64 | Int64 | Nil) #

[View source]
def values? : Hash(String, Float64 | Int64 | Nil)? #

[View source]