Class: Google::Shopping::Merchant::Accounts::V1::LinkGbpAccountRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1/gbpaccounts.rb

Overview

Request message for the LinkGbpAccount method.

Instance Attribute Summary collapse

Instance Attribute Details

#gbp_email::String

Returns Required. The email address of the Business Profile account.

Returns:

  • (::String)

    Required. The email address of the Business Profile account.



106
107
108
109
# File 'proto_docs/google/shopping/merchant/accounts/v1/gbpaccounts.rb', line 106

class LinkGbpAccountRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The name of the parent resource to which the GBP account is linked. Format: accounts/{account}.

Returns:

  • (::String)

    Required. The name of the parent resource to which the GBP account is linked. Format: accounts/{account}.



106
107
108
109
# File 'proto_docs/google/shopping/merchant/accounts/v1/gbpaccounts.rb', line 106

class LinkGbpAccountRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end