Class Explanation
Explanation for a single feature.
Inheritance
System.Object
Explanation
Implements
Google.Apis.Requests.IDirectResponseSchema
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.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class Explanation : IDirectResponseSchema
Properties
Attribution
Attribution of feature.
Declaration
[JsonProperty("attribution")]
public virtual double? Attribution { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FeatureName
Full name of the feature. For non-numerical features, will be formatted like .. Overall size of feature name will always be truncated to first 120 characters.
Declaration
[JsonProperty("featureName")]
public virtual string FeatureName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema