Class: HubSpotSDK::Models::Events::IndexOffset
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(days: nil, hours: nil, milliseconds: nil, minutes: nil, months: nil, quarters: nil, seconds: nil, weeks: nil, years: nil) ⇒ Object
|
# File 'lib/hubspot_sdk/models/events/index_offset.rb', line 52
|
Instance Attribute Details
#days ⇒ Integer?
10
|
# File 'lib/hubspot_sdk/models/events/index_offset.rb', line 10
optional :days, Integer
|
#hours ⇒ Integer?
15
|
# File 'lib/hubspot_sdk/models/events/index_offset.rb', line 15
optional :hours, Integer
|
#milliseconds ⇒ Integer?
20
|
# File 'lib/hubspot_sdk/models/events/index_offset.rb', line 20
optional :milliseconds, Integer
|
#minutes ⇒ Integer?
25
|
# File 'lib/hubspot_sdk/models/events/index_offset.rb', line 25
optional :minutes, Integer
|
#months ⇒ Integer?
30
|
# File 'lib/hubspot_sdk/models/events/index_offset.rb', line 30
optional :months, Integer
|
#quarters ⇒ Integer?
35
|
# File 'lib/hubspot_sdk/models/events/index_offset.rb', line 35
optional :quarters, Integer
|
#seconds ⇒ Integer?
40
|
# File 'lib/hubspot_sdk/models/events/index_offset.rb', line 40
optional :seconds, Integer
|
#weeks ⇒ Integer?
45
|
# File 'lib/hubspot_sdk/models/events/index_offset.rb', line 45
optional :weeks, Integer
|
#years ⇒ Integer?
50
|
# File 'lib/hubspot_sdk/models/events/index_offset.rb', line 50
optional :years, Integer
|