Class Groups
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON response template for List Groups operation in Directory API.
public class Groups : IDirectResponseSchema
- Inheritance
-
Groups
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
Groups()
public Groups()
Properties
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
GroupsValue
List of group objects.
public virtual IList<Group> GroupsValue { get; set; }
Property Value
Kind
Kind of resource this is.
public virtual string Kind { get; set; }
Property Value
NextPageToken
Token used to access next page of this result.
public virtual string NextPageToken { get; set; }