Class InsightsValue
Represents an insights value.
Implements
Inherited Members
Namespace: Google.Apis.BusinessProfilePerformance.v1.Data
Assembly: Google.Apis.BusinessProfilePerformance.v1.dll
Syntax
public class InsightsValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Threshold
Represents the threshold below which the actual value falls.
Declaration
[JsonProperty("threshold")]
public virtual long? Threshold { get; set; }
Property Value
Type | Description |
---|---|
long? |
Value
Represents the actual value.
Declaration
[JsonProperty("value")]
public virtual long? Value { get; set; }
Property Value
Type | Description |
---|---|
long? |