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