Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAssetGroupAssetCombinationData
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAssetGroupAssetCombinationData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
Asset group asset combination data
Instance Attribute Summary collapse
-
#asset_combination_served_assets ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAssetUsage>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesAssetGroupAssetCombinationData
constructor
A new instance of GoogleAdsSearchads360V23ResourcesAssetGroupAssetCombinationData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesAssetGroupAssetCombinationData
Returns a new instance of GoogleAdsSearchads360V23ResourcesAssetGroupAssetCombinationData.
22746 22747 22748 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 22746 def initialize(**args) update!(**args) end |
Instance Attribute Details
#asset_combination_served_assets ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAssetUsage>
Output only. Served assets.
Corresponds to the JSON property assetCombinationServedAssets
22744 22745 22746 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 22744 def asset_combination_served_assets @asset_combination_served_assets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22751 22752 22753 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 22751 def update!(**args) @asset_combination_served_assets = args[:asset_combination_served_assets] if args.key?(:asset_combination_served_assets) end |