Class: HubSpotSDK::Models::Events::TodayReference
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(reference_type:, hour: nil, millisecond: nil, minute: nil, second: nil) ⇒ Object
|
# File 'lib/hubspot_sdk/models/events/today_reference.rb', line 34
|
Instance Attribute Details
#hour ⇒ Integer?
17
|
# File 'lib/hubspot_sdk/models/events/today_reference.rb', line 17
optional :hour, Integer
|
#millisecond ⇒ Integer?
22
|
# File 'lib/hubspot_sdk/models/events/today_reference.rb', line 22
optional :millisecond, Integer
|
#minute ⇒ Integer?
27
|
# File 'lib/hubspot_sdk/models/events/today_reference.rb', line 27
optional :minute, Integer
|
10
11
12
|
# File 'lib/hubspot_sdk/models/events/today_reference.rb', line 10
required :reference_type,
enum: -> { HubSpotSDK::Events::TodayReference::ReferenceType },
api_name: :referenceType
|
#second ⇒ Integer?
32
|
# File 'lib/hubspot_sdk/models/events/today_reference.rb', line 32
optional :second, Integer
|