Table of Contents

Class ListDelegatesResponse

Namespace
Google.Apis.Gmail.v1.Data
Assembly
Google.Apis.Gmail.v1.dll

Response for the ListDelegates method.

public class ListDelegatesResponse : IDirectResponseSchema
Inheritance
ListDelegatesResponse
Implements
IDirectResponseSchema
Inherited Members

Constructors

ListDelegatesResponse()

public ListDelegatesResponse()

Properties

Delegates

List of the user's delegates (with any verification status). If an account doesn't have delegates, this field doesn't appear.

public virtual IList<Delegate> Delegates { get; set; }

Property Value

IList<Delegate>

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string