Class AccountsResource.ClientsResource.UsersResource.UpdateRequest
Updates an existing client user. Only the user status can be changed on update.
Inheritance
AccountsResource.ClientsResource.UsersResource.UpdateRequest
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class AccountsResource.ClientsResource.UsersResource.UpdateRequest : AdExchangeBuyerIIBaseServiceRequest<ClientUser>, IClientServiceRequest<ClientUser>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, ClientUser, long, long, long)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, ClientUser body, long accountId, long clientAccountId, long userId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| ClientUser | body | |
| 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
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()