Class: HubSpotSDK::Models::Events::FiscalYear
Defined Under Namespace
Modules: ReferenceType
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(day:, month:, reference_type:, hour: nil, millisecond: nil, minute: nil, second: nil) ⇒ Object
|
# File 'lib/hubspot_sdk/models/events/fiscal_year.rb', line 44
|
Instance Attribute Details
#day ⇒ Integer
10
|
# File 'lib/hubspot_sdk/models/events/fiscal_year.rb', line 10
required :day, Integer
|
#hour ⇒ Integer?
27
|
# File 'lib/hubspot_sdk/models/events/fiscal_year.rb', line 27
optional :hour, Integer
|
#millisecond ⇒ Integer?
32
|
# File 'lib/hubspot_sdk/models/events/fiscal_year.rb', line 32
optional :millisecond, Integer
|
#minute ⇒ Integer?
37
|
# File 'lib/hubspot_sdk/models/events/fiscal_year.rb', line 37
optional :minute, Integer
|
#month ⇒ Integer
15
|
# File 'lib/hubspot_sdk/models/events/fiscal_year.rb', line 15
required :month, Integer
|
20
21
22
|
# File 'lib/hubspot_sdk/models/events/fiscal_year.rb', line 20
required :reference_type,
enum: -> { HubSpotSDK::Events::FiscalYear::ReferenceType },
api_name: :referenceType
|
#second ⇒ Integer?
42
|
# File 'lib/hubspot_sdk/models/events/fiscal_year.rb', line 42
optional :second, Integer
|