Class StatisticValue
The actual value of a statistic.
Implements
Inherited Members
Namespace: Google.Apis.PostmasterTools.v2.Data
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class StatisticValue : IDirectResponseSchema
Properties
DoubleValue
Double value.
Declaration
[JsonProperty("doubleValue")]
public virtual double? DoubleValue { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FloatValue
Float value.
Declaration
[JsonProperty("floatValue")]
public virtual float? FloatValue { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
IntValue
Integer value.
Declaration
[JsonProperty("intValue")]
public virtual long? IntValue { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
StringList
List of string values.
Declaration
[JsonProperty("stringList")]
public virtual StringList StringList { get; set; }
Property Value
| Type | Description |
|---|---|
| StringList |
StringValue
String value.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |