Table of Contents

Class RoleAssignments

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

JSON response template for List roleAssignments operation in Directory API.

public class RoleAssignments : IDirectResponseSchema
Inheritance
RoleAssignments
Implements
IDirectResponseSchema
Inherited Members

Constructors

RoleAssignments()

public RoleAssignments()

Properties

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Items

A list of RoleAssignment resources.

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

Property Value

IList<RoleAssignment>

Kind

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

public virtual string Kind { get; set; }

Property Value

string

NextPageToken

public virtual string NextPageToken { get; set; }

Property Value

string