Class: Phoebe::Models::Product::Lists::HistoricalRetrieveResponseItem
Defined Under Namespace
Classes: Loc, Ob
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(country_code: nil, country_name: nil, hierarchical_name: nil, is_hotspot: nil, lat: nil, latitude: nil, lng: nil, loc_id: nil, loc_name: nil, longitude: nil, name: nil, subnational1_code: nil, subnational1_name: nil) ⇒ Object
constructor
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(country_code: nil, country_name: nil, hierarchical_name: nil, is_hotspot: nil, lat: nil, latitude: nil, lng: nil, loc_id: nil, loc_name: nil, longitude: nil, name: nil, subnational1_code: nil, subnational1_name: nil) ⇒ Object
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 109
|
Instance Attribute Details
#all_obs_reported ⇒ Boolean?
11
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 11
optional :all_obs_reported, Phoebe::Internal::Type::Boolean, api_name: :allObsReported
|
#checklist_id ⇒ String?
16
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 16
optional :checklist_id, String, api_name: :checklistId
|
#creation_dt ⇒ String?
21
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 21
optional :creation_dt, String, api_name: :creationDt
|
#duration_hrs ⇒ Float?
26
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 26
optional :duration_hrs, Float, api_name: :durationHrs
|
#iso_obs_date ⇒ String?
31
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 31
optional :iso_obs_date, String, api_name: :isoObsDate
|
#last_edited_dt ⇒ String?
36
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 36
optional :last_edited_dt, String, api_name: :lastEditedDt
|
#loc_id ⇒ String?
46
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 46
optional :loc_id, String, api_name: :locId
|
#num_observers ⇒ Integer?
51
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 51
optional :num_observers, Integer, api_name: :numObservers
|
#num_species ⇒ Integer?
56
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 56
optional :num_species, Integer, api_name: :numSpecies
|
#obs_dt ⇒ String?
67
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 67
optional :obs_dt, String, api_name: :obsDt
|
#obs_time ⇒ String?
72
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 72
optional :obs_time, String, api_name: :obsTime
|
#obs_time_valid ⇒ Boolean?
77
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 77
optional :obs_time_valid, Phoebe::Internal::Type::Boolean, api_name: :obsTimeValid
|
#proj_id ⇒ String?
82
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 82
optional :proj_id, String, api_name: :projId
|
#protocol_id ⇒ String?
87
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 87
optional :protocol_id, String, api_name: :protocolId
|
#sub_id ⇒ String?
92
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 92
optional :sub_id, String, api_name: :subId
|
#submission_method_code ⇒ String?
97
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 97
optional :submission_method_code, String, api_name: :submissionMethodCode
|
#subnational1_code ⇒ String?
102
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 102
optional :subnational1_code, String, api_name: :subnational1Code
|
#user_display_name ⇒ String?
107
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 107
optional :user_display_name, String, api_name: :userDisplayName
|