Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesUpdateProductLinkInvitationRequest

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 ProductLinkInvitationService.UpdateProductLinkInvitation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesUpdateProductLinkInvitationRequest

Returns a new instance of GoogleAdsSearchads360V23ServicesUpdateProductLinkInvitationRequest.



55972
55973
55974
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55972

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

Instance Attribute Details

Required. The product link invitation to be created. Corresponds to the JSON property productLinkInvitationStatus

Returns:

  • (String)


55965
55966
55967
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55965

def product_link_invitation_status
  @product_link_invitation_status
end

#resource_nameString

Required. Resource name of the product link invitation. Corresponds to the JSON property resourceName

Returns:

  • (String)


55970
55971
55972
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55970

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



55977
55978
55979
55980
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55977

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