Class Features
- 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
FeaturesValue
The Features in this page of results.
public virtual IList<Feature> FeaturesValue { get; set; }
Property Value
Kind
Kind of resource this is.
public virtual string Kind { get; set; }
Property Value
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; }