Show / Hide Table of Contents

Class FeatureInstance

JSON template for a feature instance.

Inheritance
object
FeatureInstance
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX