Class: HighLevel::Models::AdManager::CreateOfflineUserListJobDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/ad_manager/create_offline_user_list_job_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#csv_pathObject (readonly)

Returns the value of attribute csv_path

Returns:

  • (Object)

    the current value of 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_dynamicObject (readonly)

Returns the value of attribute is_dynamic

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of 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_idsObject (readonly)

Returns the value of attribute smart_list_ids

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute user_list_id

Returns:

  • (Object)

    the current value of 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