Class: Google::Shopping::Merchant::Accounts::V1beta::CreateUserRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::CreateUserRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/user.rb
Overview
Request message for the CreateUser
method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#user ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::User
Required.
-
#user_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The resource name of the account for which a user will be
created. Format: accounts/{account}
.
85 86 87 88 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/user.rb', line 85 class CreateUserRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::User
Returns Required. The user to create.
85 86 87 88 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/user.rb', line 85 class CreateUserRequest 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]
).
85 86 87 88 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/user.rb', line 85 class CreateUserRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |