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.
34824 34825 34826 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34824 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
34822 34823 34824 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34822 def call_extensions @call_extensions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
34829 34830 34831 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34829 def update!(**args) @call_extensions = args[:call_extensions] if args.key?(:call_extensions) end |