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.
39099 39100 39101 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39099 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
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 |