Class: Phoebe::Models::Product::Lists::HistoricalRetrieveResponseItem::Ob
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Phoebe::Models::Product::Lists::HistoricalRetrieveResponseItem::Ob
- Defined in:
- lib/phoebe/models/product/lists/historical_retrieve_response.rb
Defined Under Namespace
Classes: ObsAux
Instance Attribute Summary collapse
- #obs_aux ⇒ Array<Phoebe::Models::Product::Lists::HistoricalRetrieveResponseItem::Ob::ObsAux>?
- #obs_dt ⇒ String?
- #obs_id ⇒ String?
- #species_code ⇒ String?
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
#obs_aux ⇒ Array<Phoebe::Models::Product::Lists::HistoricalRetrieveResponseItem::Ob::ObsAux>?
218 219 220 |
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 218 optional :obs_aux, -> { Phoebe::Internal::Type::ArrayOf[Phoebe::Models::Product::Lists::HistoricalRetrieveResponseItem::Ob::ObsAux] }, api_name: :obsAux |
#obs_dt ⇒ String?
225 |
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 225 optional :obs_dt, String, api_name: :obsDt |
#obs_id ⇒ String?
230 |
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 230 optional :obs_id, String, api_name: :obsId |
#species_code ⇒ String?
235 |
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 235 optional :species_code, String, api_name: :speciesCode |