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.



34998
34999
35000
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34998

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



34996
34997
34998
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34996

def call_extensions
  @call_extensions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



35003
35004
35005
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35003

def update!(**args)
  @call_extensions = args[:call_extensions] if args.key?(:call_extensions)
end