Class: HighLevel::Models::AdManager::UpsertConversionPixelDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::UpsertConversionPixelDTO
- Defined in:
- lib/high_level/models/ad_manager/upsert_conversion_pixel_dto.rb
Instance Attribute Summary collapse
-
#conversion_pixel_id ⇒ Object
readonly
Returns the value of attribute conversion_pixel_id.
-
#ig_user_id ⇒ Object
readonly
Returns the value of attribute ig_user_id.
-
#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.
Instance Attribute Details
#conversion_pixel_id ⇒ Object (readonly)
Returns the value of attribute conversion_pixel_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_conversion_pixel_dto.rb', line 9 def conversion_pixel_id @conversion_pixel_id end |
#ig_user_id ⇒ Object (readonly)
Returns the value of attribute ig_user_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_conversion_pixel_dto.rb', line 9 def ig_user_id @ig_user_id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_conversion_pixel_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_pixel_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_pixel_dto.rb', line 9 def type @type end |