Class About.FeaturesData
List of additional features enabled on this account.
Inherited Members
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? |