Class: HighLevel::Models::AdManager::UpsertCampaignDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::UpsertCampaignDTO
- Defined in:
- lib/high_level/models/ad_manager/upsert_campaign_dto.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#objective ⇒ Object
readonly
Returns the value of attribute objective.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#special_ad_categories ⇒ Object
readonly
Returns the value of attribute special_ad_categories.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_campaign_dto.rb', line 9 def id @id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_campaign_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_campaign_dto.rb', line 9 def name @name end |
#objective ⇒ Object (readonly)
Returns the value of attribute objective
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_campaign_dto.rb', line 9 def objective @objective end |
#source ⇒ Object (readonly)
Returns the value of attribute source
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_campaign_dto.rb', line 9 def source @source end |
#special_ad_categories ⇒ Object (readonly)
Returns the value of attribute special_ad_categories
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_campaign_dto.rb', line 9 def special_ad_categories @special_ad_categories end |