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.
18760 18761 18762 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18760 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
18753 18754 18755 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18753 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
18758 18759 18760 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18758 def recommended_customer_sitelink_assets @recommended_customer_sitelink_assets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18765 18766 18767 18768 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18765 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 |