Table of Contents

Class Tokens

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

JSON response template for List tokens operation in Directory API.

public class Tokens : IDirectResponseSchema
Inheritance
Tokens
Implements
IDirectResponseSchema
Inherited Members

Constructors

Tokens()

public Tokens()

Properties

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Items

A list of Token resources.

public virtual IList<Token> Items { get; set; }

Property Value

IList<Token>

Kind

The type of the API resource. This is always admin#directory#tokenList.

public virtual string Kind { get; set; }

Property Value

string