Class: HighLevel::Models::AdManager::UpdateCustomAudienceBatchDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::UpdateCustomAudienceBatchDTO
- Defined in:
- lib/high_level/models/ad_manager/update_custom_audience_batch_dto.rb
Instance Attribute Summary collapse
-
#csv_path ⇒ Object
readonly
Returns the value of attribute csv_path.
-
#dynamic_audience ⇒ Object
readonly
Returns the value of attribute dynamic_audience.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#operation_type ⇒ Object
readonly
Returns the value of attribute operation_type.
-
#smartlist_ids ⇒ Object
readonly
Returns the value of attribute smartlist_ids.
Instance Attribute Details
#csv_path ⇒ Object (readonly)
Returns the value of attribute csv_path
9 10 11 |
# File 'lib/high_level/models/ad_manager/update_custom_audience_batch_dto.rb', line 9 def csv_path @csv_path end |
#dynamic_audience ⇒ Object (readonly)
Returns the value of attribute dynamic_audience
9 10 11 |
# File 'lib/high_level/models/ad_manager/update_custom_audience_batch_dto.rb', line 9 def dynamic_audience @dynamic_audience end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/update_custom_audience_batch_dto.rb', line 9 def location_id @location_id end |
#operation_type ⇒ Object (readonly)
Returns the value of attribute operation_type
9 10 11 |
# File 'lib/high_level/models/ad_manager/update_custom_audience_batch_dto.rb', line 9 def operation_type @operation_type end |
#smartlist_ids ⇒ Object (readonly)
Returns the value of attribute smartlist_ids
9 10 11 |
# File 'lib/high_level/models/ad_manager/update_custom_audience_batch_dto.rb', line 9 def smartlist_ids @smartlist_ids end |