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.
-
#verification_mail_settings ⇒ ::Google::Shopping::Merchant::Accounts::V1::VerificationMailSettings
Optional.
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.
126 127 128 129 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 126 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]).
126 127 128 129 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 126 class AddUser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verification_mail_settings ⇒ ::Google::Shopping::Merchant::Accounts::V1::VerificationMailSettings
Returns Optional. Settings related to configuring the verification email that is sent after adding a user.
126 127 128 129 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 126 class AddUser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |