Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCallExtensionParameters

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_extensionsArray<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