Show / Hide Table of Contents

Class AccountsResource.UsersResource.MeResource

The "me" collection of methods.

Inheritance
object
AccountsResource.UsersResource.MeResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.accounts_v1
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class AccountsResource.UsersResource.MeResource

Constructors

MeResource(IClientService)

Constructs a new resource.

Declaration
public MeResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

VerifySelf(VerifySelfRequest, string)

Updates the user that is represented by the caller from pending to verified.

Declaration
public virtual AccountsResource.UsersResource.MeResource.VerifySelfRequest VerifySelf(VerifySelfRequest body, string account)
Parameters
Type Name Description
VerifySelfRequest body

The body of the request.

string account

Required. The name of the account under which the caller is a user. Format: accounts/{account}

Returns
Type Description
AccountsResource.UsersResource.MeResource.VerifySelfRequest
In this article
Back to top Generated by DocFX