Class: Phoebe::Models::Product::ListRetrieveResponseItem::Ob::ObsAux
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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(obs_aux: nil, obs_dt: nil, obs_id: nil, species_code: nil) ⇒ Object
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
|
# File 'lib/phoebe/models/product/list_retrieve_response.rb', line 242
class ObsAux < Phoebe::Internal::Type::BaseModel
optional :aux_code, String, api_name: :auxCode
optional :entry_method_code, String, api_name: :entryMethodCode
optional :field_name, String, api_name: :fieldName
optional :obs_id, String, api_name: :obsId
optional :species_code, String, api_name: :speciesCode
optional :sub_id, String, api_name: :subId
optional :value, String
end
|
Instance Attribute Details
#aux_code ⇒ String?
246
|
# File 'lib/phoebe/models/product/list_retrieve_response.rb', line 246
optional :aux_code, String, api_name: :auxCode
|
#entry_method_code ⇒ String?
251
|
# File 'lib/phoebe/models/product/list_retrieve_response.rb', line 251
optional :entry_method_code, String, api_name: :entryMethodCode
|
#field_name ⇒ String?
256
|
# File 'lib/phoebe/models/product/list_retrieve_response.rb', line 256
optional :field_name, String, api_name: :fieldName
|
#obs_id ⇒ String?
261
|
# File 'lib/phoebe/models/product/list_retrieve_response.rb', line 261
optional :obs_id, String, api_name: :obsId
|
#species_code ⇒ String?
266
|
# File 'lib/phoebe/models/product/list_retrieve_response.rb', line 266
optional :species_code, String, api_name: :speciesCode
|
#sub_id ⇒ String?
271
|
# File 'lib/phoebe/models/product/list_retrieve_response.rb', line 271
optional :sub_id, String, api_name: :subId
|
#value ⇒ String?
276
|
# File 'lib/phoebe/models/product/list_retrieve_response.rb', line 276
optional :value, String
|