Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCreateProductLinkRequest
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCreateProductLinkRequest
- 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
-
#product_link ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesProductLink
Represents the data sharing connection between Corresponds to the JSON property
productLink.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesCreateProductLinkRequest
constructor
A new instance of GoogleAdsSearchads360V23ServicesCreateProductLinkRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#product_link ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesProductLink
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 |