Class: HighLevel::Models::AdManager::UpsertAdsetDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::UpsertAdsetDTO
- Defined in:
- lib/high_level/models/ad_manager/upsert_adset_dto.rb
Instance Attribute Summary collapse
-
#audience ⇒ Object
readonly
Returns the value of attribute audience.
-
#budget ⇒ Object
readonly
Returns the value of attribute budget.
-
#campaign_id ⇒ Object
readonly
Returns the value of attribute campaign_id.
-
#conversion_location ⇒ Object
readonly
Returns the value of attribute conversion_location.
-
#custom_event_type ⇒ Object
readonly
Returns the value of attribute custom_event_type.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#instagram_actor_id ⇒ Object
readonly
Returns the value of attribute instagram_actor_id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#messaging_platforms ⇒ Object
readonly
Returns the value of attribute messaging_platforms.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#page_id ⇒ Object
readonly
Returns the value of attribute page_id.
-
#pixel_id ⇒ Object
readonly
Returns the value of attribute pixel_id.
-
#whatsapp_number ⇒ Object
readonly
Returns the value of attribute whatsapp_number.
Instance Attribute Details
#audience ⇒ Object (readonly)
Returns the value of attribute audience
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_adset_dto.rb', line 9 def audience @audience end |
#budget ⇒ Object (readonly)
Returns the value of attribute budget
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_adset_dto.rb', line 9 def budget @budget end |
#campaign_id ⇒ Object (readonly)
Returns the value of attribute campaign_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_adset_dto.rb', line 9 def campaign_id @campaign_id end |
#conversion_location ⇒ Object (readonly)
Returns the value of attribute conversion_location
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_adset_dto.rb', line 9 def conversion_location @conversion_location end |
#custom_event_type ⇒ Object (readonly)
Returns the value of attribute custom_event_type
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_adset_dto.rb', line 9 def custom_event_type @custom_event_type end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_adset_dto.rb', line 9 def id @id end |
#instagram_actor_id ⇒ Object (readonly)
Returns the value of attribute instagram_actor_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_adset_dto.rb', line 9 def instagram_actor_id @instagram_actor_id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_adset_dto.rb', line 9 def location_id @location_id end |
#messaging_platforms ⇒ Object (readonly)
Returns the value of attribute messaging_platforms
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_adset_dto.rb', line 9 def messaging_platforms @messaging_platforms end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_adset_dto.rb', line 9 def name @name end |
#page_id ⇒ Object (readonly)
Returns the value of attribute page_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_adset_dto.rb', line 9 def page_id @page_id end |
#pixel_id ⇒ Object (readonly)
Returns the value of attribute pixel_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_adset_dto.rb', line 9 def pixel_id @pixel_id end |
#whatsapp_number ⇒ Object (readonly)
Returns the value of attribute whatsapp_number
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_adset_dto.rb', line 9 def whatsapp_number @whatsapp_number end |