Class: HubSpotSDK::Models::Crm::PublicFiscalQuarterReference
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::Crm::PublicFiscalQuarterReference
- Defined in:
- lib/hubspot_sdk/models/crm/public_fiscal_quarter_reference.rb
Defined Under Namespace
Modules: ReferenceType
Instance Attribute Summary collapse
-
#day ⇒ Integer
The day component of the fiscal quarter reference.
-
#hour ⇒ Integer?
The hour component of the fiscal quarter reference.
-
#millisecond ⇒ Integer?
The millisecond component of the fiscal quarter reference.
-
#minute ⇒ Integer?
The minute component of the fiscal quarter reference.
-
#month ⇒ Integer
The month component of the fiscal quarter reference.
-
#reference_type ⇒ Symbol, HubSpotSDK::Models::Crm::PublicFiscalQuarterReference::ReferenceType
Indicates the type of reference (FISCAL_QUARTER).
-
#second ⇒ Integer?
The second component of the fiscal quarter reference.
Instance Method Summary collapse
- #initialize(day:, month:, reference_type:, hour: nil, millisecond: nil, minute: nil, second: nil) ⇒ Object constructor
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(day:, month:, reference_type:, hour: nil, millisecond: nil, minute: nil, second: nil) ⇒ Object
|
|
# File 'lib/hubspot_sdk/models/crm/public_fiscal_quarter_reference.rb', line 51
|
Instance Attribute Details
#day ⇒ Integer
The day component of the fiscal quarter reference.
11 |
# File 'lib/hubspot_sdk/models/crm/public_fiscal_quarter_reference.rb', line 11 required :day, Integer |
#hour ⇒ Integer?
The hour component of the fiscal quarter reference.
31 |
# File 'lib/hubspot_sdk/models/crm/public_fiscal_quarter_reference.rb', line 31 optional :hour, Integer |
#millisecond ⇒ Integer?
The millisecond component of the fiscal quarter reference.
37 |
# File 'lib/hubspot_sdk/models/crm/public_fiscal_quarter_reference.rb', line 37 optional :millisecond, Integer |
#minute ⇒ Integer?
The minute component of the fiscal quarter reference.
43 |
# File 'lib/hubspot_sdk/models/crm/public_fiscal_quarter_reference.rb', line 43 optional :minute, Integer |
#month ⇒ Integer
The month component of the fiscal quarter reference.
17 |
# File 'lib/hubspot_sdk/models/crm/public_fiscal_quarter_reference.rb', line 17 required :month, Integer |
#reference_type ⇒ Symbol, HubSpotSDK::Models::Crm::PublicFiscalQuarterReference::ReferenceType
Indicates the type of reference (FISCAL_QUARTER).
23 24 25 |
# File 'lib/hubspot_sdk/models/crm/public_fiscal_quarter_reference.rb', line 23 required :reference_type, enum: -> { HubSpotSDK::Crm::PublicFiscalQuarterReference::ReferenceType }, api_name: :referenceType |
#second ⇒ Integer?
The second component of the fiscal quarter reference.
49 |
# File 'lib/hubspot_sdk/models/crm/public_fiscal_quarter_reference.rb', line 49 optional :second, Integer |