Class Tokens
- 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
Items
A list of Token resources.
public virtual IList<Token> Items { get; set; }
Property Value
Kind
The type of the API resource. This is always admin#directory#tokenList.
public virtual string Kind { get; set; }