Class: Phoebe::Models::Product::ChecklistViewResponse::Loc

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/phoebe/models/product/checklist_view_response.rb

Overview

See Also:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

This class inherits a constructor from Phoebe::Internal::Type::BaseModel

Instance Attribute Details

#country_codeString?

Returns:

  • (String, nil)


135
# File 'lib/phoebe/models/product/checklist_view_response.rb', line 135

optional :country_code, String, api_name: :countryCode

#country_nameString?

Returns:

  • (String, nil)


140
# File 'lib/phoebe/models/product/checklist_view_response.rb', line 140

optional :country_name, String, api_name: :countryName

#hierarchical_nameString?

Returns:

  • (String, nil)


145
# File 'lib/phoebe/models/product/checklist_view_response.rb', line 145

optional :hierarchical_name, String, api_name: :hierarchicalName

#is_hotspotBoolean?

Returns:

  • (Boolean, nil)


150
# File 'lib/phoebe/models/product/checklist_view_response.rb', line 150

optional :is_hotspot, Phoebe::Internal::Type::Boolean, api_name: :isHotspot

#latFloat?

Returns:

  • (Float, nil)


155
# File 'lib/phoebe/models/product/checklist_view_response.rb', line 155

optional :lat, Float

#latitudeFloat?

Returns:

  • (Float, nil)


160
# File 'lib/phoebe/models/product/checklist_view_response.rb', line 160

optional :latitude, Float

#lngFloat?

Returns:

  • (Float, nil)


165
# File 'lib/phoebe/models/product/checklist_view_response.rb', line 165

optional :lng, Float

#loc_idString?

Returns:

  • (String, nil)


170
# File 'lib/phoebe/models/product/checklist_view_response.rb', line 170

optional :loc_id, String, api_name: :locId

#loc_nameString?

Returns:

  • (String, nil)


175
# File 'lib/phoebe/models/product/checklist_view_response.rb', line 175

optional :loc_name, String, api_name: :locName

#longitudeFloat?

Returns:

  • (Float, nil)


180
# File 'lib/phoebe/models/product/checklist_view_response.rb', line 180

optional :longitude, Float

#nameString?

Returns:

  • (String, nil)


185
# File 'lib/phoebe/models/product/checklist_view_response.rb', line 185

optional :name, String

#subnational1_codeString?

Returns:

  • (String, nil)


190
# File 'lib/phoebe/models/product/checklist_view_response.rb', line 190

optional :subnational1_code, String, api_name: :subnational1Code

#subnational1_nameString?

Returns:

  • (String, nil)


195
# File 'lib/phoebe/models/product/checklist_view_response.rb', line 195

optional :subnational1_name, String, api_name: :subnational1Name