Class: HighLevel::Models::AdManager::UpsertAssetsDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#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/upsert_assets_dto.rb', line 9

def location_id
  @location_id
end

#payloadObject (readonly)

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



9
10
11
# File 'lib/high_level/models/ad_manager/upsert_assets_dto.rb', line 9

def payload
  @payload
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/ad_manager/upsert_assets_dto.rb', line 9

def type
  @type
end