Table of Contents

Class Features

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

JSON template for Feature List Response object in Directory API.

public class Features : IDirectResponseSchema
Inheritance
Features
Implements
IDirectResponseSchema
Inherited Members

Constructors

Features()

public Features()

Properties

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

FeaturesValue

The Features in this page of results.

public virtual IList<Feature> FeaturesValue { get; set; }

Property Value

IList<Feature>

Kind

Kind of resource this is.

public virtual string Kind { get; set; }

Property Value

string

NextPageToken

The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.

public virtual string NextPageToken { get; set; }

Property Value

string