Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCreateProductLinkRequest

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

Request message for ProductLinkService.CreateProductLink.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesCreateProductLinkRequest

Returns a new instance of GoogleAdsSearchads360V23ServicesCreateProductLinkRequest.



39099
39100
39101
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39099

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

Represents the data sharing connection between Corresponds to the JSON property productLink



39097
39098
39099
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39097

def product_link
  @product_link
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39104
39105
39106
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39104

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