Table of Contents

Class Roles

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

JSON response template for List roles operation in Directory API.

public class Roles : IDirectResponseSchema
Inheritance
Roles
Implements
IDirectResponseSchema
Inherited Members

Constructors

Roles()

public Roles()

Properties

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Items

A list of Role resources.

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

Property Value

IList<Role>

Kind

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

public virtual string Kind { get; set; }

Property Value

string

NextPageToken

public virtual string NextPageToken { get; set; }

Property Value

string