Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesUpdateProductLinkInvitationRequest
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesUpdateProductLinkInvitationRequest
- 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 ProductLinkInvitationService.UpdateProductLinkInvitation.
Instance Attribute Summary collapse
-
#product_link_invitation_status ⇒ String
Required.
-
#resource_name ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesUpdateProductLinkInvitationRequest
constructor
A new instance of GoogleAdsSearchads360V23ServicesUpdateProductLinkInvitationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesUpdateProductLinkInvitationRequest
Returns a new instance of GoogleAdsSearchads360V23ServicesUpdateProductLinkInvitationRequest.
55118 55119 55120 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55118 def initialize(**args) update!(**args) end |
Instance Attribute Details
#product_link_invitation_status ⇒ String
Required. The product link invitation to be created.
Corresponds to the JSON property productLinkInvitationStatus
55111 55112 55113 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55111 def product_link_invitation_status @product_link_invitation_status end |
#resource_name ⇒ String
Required. Resource name of the product link invitation.
Corresponds to the JSON property resourceName
55116 55117 55118 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55116 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
55123 55124 55125 55126 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55123 def update!(**args) @product_link_invitation_status = args[:product_link_invitation_status] if args.key?(:product_link_invitation_status) @resource_name = args[:resource_name] if args.key?(:resource_name) end |