Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupAssetCombinationData

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/representations.rb

Overview

Asset group asset combination data

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesAssetGroupAssetCombinationData

Returns a new instance of GoogleAdsSearchads360V0ResourcesAssetGroupAssetCombinationData.



5091
5092
5093
# File 'lib/google/apis/searchads360_v0/classes.rb', line 5091

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#asset_combination_served_assetsArray<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAssetUsage>

Output only. Served assets. Corresponds to the JSON property assetCombinationServedAssets



5089
5090
5091
# File 'lib/google/apis/searchads360_v0/classes.rb', line 5089

def asset_combination_served_assets
  @asset_combination_served_assets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5096
5097
5098
# File 'lib/google/apis/searchads360_v0/classes.rb', line 5096

def update!(**args)
  @asset_combination_served_assets = args[:asset_combination_served_assets] if args.key?(:asset_combination_served_assets)
end