Class: Google::Shopping::Merchant::Accounts::V1::CreateAndConfigureAccountRequest::AddUser

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

Overview

Instruction for adding a user to the account during creation.

Instance Attribute Summary collapse

Instance Attribute Details

#user::Google::Shopping::Merchant::Accounts::V1::User

Returns Optional. Details about the user to be added. At the moment, only access rights may be specified.

Returns:



117
118
119
120
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 117

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

#user_id::String

Returns Required. The email address of the user (for example, [email protected]).

Returns:

  • (::String)

    Required. The email address of the user (for example, [email protected]).



117
118
119
120
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 117

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