Table of Contents

Class Groups

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
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

string

GroupsValue

List of group objects.

public virtual IList<Group> GroupsValue { get; set; }

Property Value

IList<Group>

Kind

Kind of resource this is.

public virtual string Kind { get; set; }

Property Value

string

NextPageToken

Token used to access next page of this result.

public virtual string NextPageToken { get; set; }

Property Value

string