Table of Contents

Class Privileges

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

JSON response template for List privileges operation in Directory API.

public class Privileges : IDirectResponseSchema
Inheritance
Privileges
Implements
IDirectResponseSchema
Inherited Members

Constructors

Privileges()

public Privileges()

Properties

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Items

A list of Privilege resources.

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

Property Value

IList<Privilege>

Kind

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

public virtual string Kind { get; set; }

Property Value

string