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