Table of Contents

Class Users

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

JSON response template for List Users operation in Apps Directory API.

public class Users : IDirectResponseSchema
Inheritance
Users
Implements
IDirectResponseSchema
Inherited Members

Constructors

Users()

public Users()

Properties

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Kind

Kind of resource this is.

public virtual string Kind { get; set; }

Property Value

string

NextPageToken

Token used to access next page of this result.

public virtual string NextPageToken { get; set; }

Property Value

string

TriggerEvent

Event that triggered this response (only used in case of Push Response)

public virtual string TriggerEvent { get; set; }

Property Value

string

UsersValue

List of user objects.

public virtual IList<User> UsersValue { get; set; }

Property Value

IList<User>