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.



39779
39780
39781
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39779

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

Instance Attribute Details

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



39777
39778
39779
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39777

def product_link
  @product_link
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39784
39785
39786
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39784

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