Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class DeleteUserRequest.
Request message for the DeleteUser
method.
Generated from protobuf message google.shopping.merchant.accounts.v1.DeleteUserRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
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
.
getName
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
.
string
setName
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
.
var
string
$this
static::build
name
string
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
. Please see UserServiceClient::userName()
for help formatting this field.