Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupAssetCombinationData
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupAssetCombinationData
- 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
-
#asset_combination_served_assets ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAssetUsage>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesAssetGroupAssetCombinationData
constructor
A new instance of GoogleAdsSearchads360V0ResourcesAssetGroupAssetCombinationData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesAssetGroupAssetCombinationData
Returns a new instance of GoogleAdsSearchads360V0ResourcesAssetGroupAssetCombinationData.
4986 4987 4988 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4986 def initialize(**args) update!(**args) end |
Instance Attribute Details
#asset_combination_served_assets ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAssetUsage>
Output only. Served assets.
Corresponds to the JSON property assetCombinationServedAssets
4984 4985 4986 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4984 def asset_combination_served_assets @asset_combination_served_assets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4991 4992 4993 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4991 def update!(**args) @asset_combination_served_assets = args[:asset_combination_served_assets] if args.key?(:asset_combination_served_assets) end |