Class FeatureInstance
JSON template for a feature instance.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class FeatureInstance : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Feature
The feature that this is an instance of. A calendar resource may have multiple instances of a feature.
Declaration
[JsonProperty("feature")]
public virtual Feature Feature { get; set; }
Property Value
Type | Description |
---|---|
Feature |