Class: Google::Shopping::Merchant::Accounts::V1beta::DeleteUserRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::DeleteUserRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/user.rb
Overview
Request message for the DeleteUser
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the user to delete.
Format: accounts/{account}/users/{email}
It is also possible to delete the user corresponding to the caller by using
me
rather than an email address as in accounts/{account}/users/me
.
98 99 100 101 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/user.rb', line 98 class DeleteUserRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |