Class FeatureInstance
JSON template for a feature instance.
Inheritance
System.Object
FeatureInstance
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.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 |