Class: HighLevel::Models::AdManager::UpsertConversionDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::UpsertConversionDTO
- Defined in:
- lib/high_level/models/ad_manager/upsert_conversion_dto.rb
Instance Attribute Summary collapse
-
#attribution_model ⇒ Object
readonly
Returns the value of attribute attribution_model.
-
#category ⇒ Object
readonly
Returns the value of attribute category.
-
#click_through_window ⇒ Object
readonly
Returns the value of attribute click_through_window.
-
#conversion_id ⇒ Object
readonly
Returns the value of attribute conversion_id.
-
#counting_type ⇒ Object
readonly
Returns the value of attribute counting_type.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#value_settings ⇒ Object
readonly
Returns the value of attribute value_settings.
Instance Attribute Details
#attribution_model ⇒ Object (readonly)
Returns the value of attribute attribution_model
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9 def attribution_model @attribution_model end |
#category ⇒ Object (readonly)
Returns the value of attribute category
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9 def category @category end |
#click_through_window ⇒ Object (readonly)
Returns the value of attribute click_through_window
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9 def click_through_window @click_through_window end |
#conversion_id ⇒ Object (readonly)
Returns the value of attribute conversion_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9 def conversion_id @conversion_id end |
#counting_type ⇒ Object (readonly)
Returns the value of attribute counting_type
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9 def counting_type @counting_type end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9 def location_id @location_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9 def type @type end |
#value_settings ⇒ Object (readonly)
Returns the value of attribute value_settings
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_conversion_dto.rb', line 9 def value_settings @value_settings end |