Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCallExtensionParameters
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCallExtensionParameters
- 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
Parameters to use when applying call extension recommendation.
Instance Attribute Summary collapse
-
#call_extensions ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCallFeedItem>
Call extensions to be added.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCallExtensionParameters
constructor
A new instance of GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCallExtensionParameters.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCallExtensionParameters
Returns a new instance of GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCallExtensionParameters.
34926 34927 34928 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34926 def initialize(**args) update!(**args) end |
Instance Attribute Details
#call_extensions ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCallFeedItem>
Call extensions to be added. This is a required field.
Corresponds to the JSON property callExtensions
34924 34925 34926 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34924 def call_extensions @call_extensions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
34931 34932 34933 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34931 def update!(**args) @call_extensions = args[:call_extensions] if args.key?(:call_extensions) end |