Class: HubSpotSDK::Models::Crm::PublicListConversionDate
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::Crm::PublicListConversionDate
- Defined in:
- lib/hubspot_sdk/models/crm/public_list_conversion_date.rb
Defined Under Namespace
Modules: ConversionType
Instance Attribute Summary collapse
-
#conversion_type ⇒ Symbol, HubSpotSDK::Models::Crm::PublicListConversionDate::ConversionType
Specifies the type of conversion (CONVERSION_DATE).
-
#day ⇒ Integer
The day component of the conversion date.
-
#month ⇒ Integer
The month component of the conversion date.
-
#year ⇒ Integer
The year component of the conversion date.
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(conversion_type:, day:, month:, year:) ⇒ Object
|
|
# File 'lib/hubspot_sdk/models/crm/public_list_conversion_date.rb', line 33
|
Instance Attribute Details
#conversion_type ⇒ Symbol, HubSpotSDK::Models::Crm::PublicListConversionDate::ConversionType
Specifies the type of conversion (CONVERSION_DATE).
11 12 13 |
# File 'lib/hubspot_sdk/models/crm/public_list_conversion_date.rb', line 11 required :conversion_type, enum: -> { HubSpotSDK::Crm::PublicListConversionDate::ConversionType }, api_name: :conversionType |
#day ⇒ Integer
The day component of the conversion date.
19 |
# File 'lib/hubspot_sdk/models/crm/public_list_conversion_date.rb', line 19 required :day, Integer |
#month ⇒ Integer
The month component of the conversion date.
25 |
# File 'lib/hubspot_sdk/models/crm/public_list_conversion_date.rb', line 25 required :month, Integer |
#year ⇒ Integer
The year component of the conversion date.
31 |
# File 'lib/hubspot_sdk/models/crm/public_list_conversion_date.rb', line 31 required :year, Integer |