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.



39707
39708
39709
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39707

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

Instance Attribute Details

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



39705
39706
39707
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39705

def product_link
  @product_link
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39712
39713
39714
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39712

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