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