Class AccountsResource.ClientsResource.UsersResource.GetRequest
Retrieves an existing client user.
Inheritance
AccountsResource.ClientsResource.UsersResource.GetRequest
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class AccountsResource.ClientsResource.UsersResource.GetRequest : AdExchangeBuyerIIBaseServiceRequest<ClientUser>, IClientServiceRequest<ClientUser>, IClientServiceRequest
Constructors
GetRequest(IClientService, long, long, long)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, long accountId, long clientAccountId, long userId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
long | accountId | |
long | clientAccountId | |
long | userId |
Properties
AccountId
Numerical account ID of the client's sponsor buyer. (required)
Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual long AccountId { get; }
Property Value
Type | Description |
---|---|
long |
ClientAccountId
Numerical account ID of the client buyer that the user to be retrieved is associated with. (required)
Declaration
[RequestParameter("clientAccountId", RequestParameterType.Path)]
public virtual long ClientAccountId { get; }
Property Value
Type | Description |
---|---|
long |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UserId
Numerical identifier of the user to retrieve. (required)
Declaration
[RequestParameter("userId", RequestParameterType.Path)]
public virtual long UserId { get; }
Property Value
Type | Description |
---|---|
long |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()