Class: Google::Shopping::Merchant::Accounts::V1::CreateAndConfigureAccountRequest::AddUser
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::CreateAndConfigureAccountRequest::AddUser
- 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
-
#user ⇒ ::Google::Shopping::Merchant::Accounts::V1::User
Optional.
-
#user_id ⇒ ::String
Required.
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.
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]).
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 |