struct Google::Places::V1::SearchRequest
- Google::Places::V1::SearchRequest
- Struct
- Value
- Object
Included Modules
- Google::Resource
- JSON::Serializable
- MessagePack::Serializable
Extended Modules
- JSON::Schema
Defined in:
places.crConstructors
- .new(pull : JSON::PullParser)
- .new(pull : MessagePack::Unpacker)
- .new(*, text_query : String, language_code : Nil | String, region_code : Nil | String)
Instance Method Summary
Macros inherited from module Google::Resource
define(name, *fields)
define,
field(var, key = nil, **options, &block)
field,
field!(var, key = nil, **options, &block)
field!,
field?(var, key = nil, **options, &block)
field?
Constructor Detail
def self.new(*, text_query : String, language_code : Nil | String, region_code : Nil | String)
#