Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupTopCombinationView
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupTopCombinationView
- 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
A view on the usage of ad group ad asset combination.
Instance Attribute Summary collapse
-
#asset_group_top_combinations ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupAssetCombinationData>
Output only.
-
#resource_name ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesAssetGroupTopCombinationView
constructor
A new instance of GoogleAdsSearchads360V0ResourcesAssetGroupTopCombinationView.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesAssetGroupTopCombinationView
Returns a new instance of GoogleAdsSearchads360V0ResourcesAssetGroupTopCombinationView.
5222 5223 5224 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 5222 def initialize(**args) update!(**args) end |
Instance Attribute Details
#asset_group_top_combinations ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupAssetCombinationData>
Output only. The top combinations of assets that served together.
Corresponds to the JSON property assetGroupTopCombinations
5212 5213 5214 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 5212 def asset_group_top_combinations @asset_group_top_combinations end |
#resource_name ⇒ String
Output only. The resource name of the asset group top combination view.
AssetGroup Top Combination view resource names have the form: "customers/
customer_id/assetGroupTopCombinationViews/
asset_group_id~
asset_combination_category"
Corresponds to the JSON property
resourceName`
5220 5221 5222 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 5220 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5227 5228 5229 5230 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 5227 def update!(**args) @asset_group_top_combinations = args[:asset_group_top_combinations] if args.key?(:asset_group_top_combinations) @resource_name = args[:resource_name] if args.key?(:resource_name) end |