Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationSitelinkAssetRecommendation
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationSitelinkAssetRecommendation
- 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
The sitelink asset recommendation.
Instance Attribute Summary collapse
-
#recommended_campaign_sitelink_assets ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAsset>
Output only.
-
#recommended_customer_sitelink_assets ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAsset>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationSitelinkAssetRecommendation
constructor
A new instance of GoogleAdsSearchads360V23ResourcesRecommendationSitelinkAssetRecommendation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationSitelinkAssetRecommendation
Returns a new instance of GoogleAdsSearchads360V23ResourcesRecommendationSitelinkAssetRecommendation.
18826 18827 18828 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18826 def initialize(**args) update!(**args) end |
Instance Attribute Details
#recommended_campaign_sitelink_assets ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAsset>
Output only. New sitelink assets recommended at the campaign level.
Corresponds to the JSON property recommendedCampaignSitelinkAssets
18819 18820 18821 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18819 def recommended_campaign_sitelink_assets @recommended_campaign_sitelink_assets end |
#recommended_customer_sitelink_assets ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAsset>
Output only. New sitelink assets recommended at the customer level.
Corresponds to the JSON property recommendedCustomerSitelinkAssets
18824 18825 18826 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18824 def recommended_customer_sitelink_assets @recommended_customer_sitelink_assets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18831 18832 18833 18834 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18831 def update!(**args) @recommended_campaign_sitelink_assets = args[:recommended_campaign_sitelink_assets] if args.key?(:recommended_campaign_sitelink_assets) @recommended_customer_sitelink_assets = args[:recommended_customer_sitelink_assets] if args.key?(:recommended_customer_sitelink_assets) end |