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