Class: HubSpotSDK::Models::Crm::PublicIndexOffset
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::Crm::PublicIndexOffset
- Defined in:
- lib/hubspot_sdk/models/crm/public_index_offset.rb
Instance Attribute Summary collapse
-
#days ⇒ Integer?
The number of days to offset.
-
#hours ⇒ Integer?
The number of hours to offset.
-
#milliseconds ⇒ Integer?
The number of milliseconds to offset.
-
#minutes ⇒ Integer?
The number of minutes to offset.
-
#months ⇒ Integer?
The number of months to offset.
-
#quarters ⇒ Integer?
The number of quarters to offset.
-
#seconds ⇒ Integer?
The number of seconds to offset.
-
#weeks ⇒ Integer?
The number of weeks to offset.
-
#years ⇒ Integer?
The number of years to offset.
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
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
#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/crm/public_index_offset.rb', line 61
|
Instance Attribute Details
#days ⇒ Integer?
The number of days to offset.
11 |
# File 'lib/hubspot_sdk/models/crm/public_index_offset.rb', line 11 optional :days, Integer |
#hours ⇒ Integer?
The number of hours to offset.
17 |
# File 'lib/hubspot_sdk/models/crm/public_index_offset.rb', line 17 optional :hours, Integer |
#milliseconds ⇒ Integer?
The number of milliseconds to offset.
23 |
# File 'lib/hubspot_sdk/models/crm/public_index_offset.rb', line 23 optional :milliseconds, Integer |
#minutes ⇒ Integer?
The number of minutes to offset.
29 |
# File 'lib/hubspot_sdk/models/crm/public_index_offset.rb', line 29 optional :minutes, Integer |
#months ⇒ Integer?
The number of months to offset.
35 |
# File 'lib/hubspot_sdk/models/crm/public_index_offset.rb', line 35 optional :months, Integer |
#quarters ⇒ Integer?
The number of quarters to offset.
41 |
# File 'lib/hubspot_sdk/models/crm/public_index_offset.rb', line 41 optional :quarters, Integer |
#seconds ⇒ Integer?
The number of seconds to offset.
47 |
# File 'lib/hubspot_sdk/models/crm/public_index_offset.rb', line 47 optional :seconds, Integer |
#weeks ⇒ Integer?
The number of weeks to offset.
53 |
# File 'lib/hubspot_sdk/models/crm/public_index_offset.rb', line 53 optional :weeks, Integer |
#years ⇒ Integer?
The number of years to offset.
59 |
# File 'lib/hubspot_sdk/models/crm/public_index_offset.rb', line 59 optional :years, Integer |