Show / Hide Table of Contents

Class About.FeaturesData

List of additional features enabled on this account.

Inheritance
object
About.FeaturesData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class About.FeaturesData

Properties

FeatureName

The name of the feature.

Declaration
[JsonProperty("featureName")]
public virtual string FeatureName { get; set; }
Property Value
Type Description
string

FeatureRate

The request limit rate for this feature, in queries per second.

Declaration
[JsonProperty("featureRate")]
public virtual double? FeatureRate { get; set; }
Property Value
Type Description
double?
In this article
Back to top Generated by DocFX