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.
5047 5048 5049 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 5047 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
5037 5038 5039 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 5037 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 propertyresourceName`
5045 5046 5047 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 5045 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5052 5053 5054 5055 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 5052 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 |