Class AccountsResource.UsersResource.MeResource.VerifySelfRequest
Updates the user that is represented by the caller from pending to verified.
Inheritance
AccountsResource.UsersResource.MeResource.VerifySelfRequest
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class AccountsResource.UsersResource.MeResource.VerifySelfRequest : MerchantBaseServiceRequest<User>, IClientServiceRequest<User>, IClientServiceRequest
Constructors
VerifySelfRequest(IClientService, VerifySelfRequest, string)
Constructs a new VerifySelf request.
Declaration
public VerifySelfRequest(IClientService service, VerifySelfRequest body, string account)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| VerifySelfRequest | body | |
| string | account |
Properties
Account
Required. The name of the account under which the caller is a user. Format: accounts/{account}
Declaration
[RequestParameter("account", RequestParameterType.Path)]
public virtual string Account { get; }
Property Value
| Type | Description |
|---|---|
| string |
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes VerifySelf parameter list.
Declaration
protected override void InitParameters()