Show / Hide Table of Contents

Class StatisticValue

The actual value of a statistic.

Inheritance
object
StatisticValue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX