Class GetUserRequest
Request message for the GetUser
method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class GetUserRequest : IMessage<GetUserRequest>, IEquatable<GetUserRequest>, IDeepCloneable<GetUserRequest>, IBufferMessage, IMessage
Constructors
GetUserRequest()
Declaration
public GetUserRequest()
GetUserRequest(GetUserRequest)
Declaration
public GetUserRequest(GetUserRequest other)
Parameters
Type | Name | Description |
---|---|---|
GetUserRequest | other |
Properties
Name
Required. The name of the user to retrieve.
Format: accounts/{account}/users/{email}
It is also possible to retrieve the user corresponding to the caller by
using me
rather than an email address as in
accounts/{account}/users/me
.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
UserName
Declaration
public UserName UserName { get; set; }
Property Value
Type | Description |
---|---|
UserName |