Class ReportValue
Represents a single value in a report.
Implements
Inherited Members
Namespace: Google.Apis.AgenciesAndBrands.v1.Data
Assembly: Google.Apis.AgenciesAndBrands.v1.dll
Syntax
public class ReportValue : IDirectResponseSchema
Properties
BoolValue
For boolean values.
Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
BytesValue
For bytes values.
Declaration
[JsonProperty("bytesValue")]
public virtual string BytesValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DoubleListValue
For lists of double values.
Declaration
[JsonProperty("doubleListValue")]
public virtual DoubleList DoubleListValue { get; set; }
Property Value
| Type | Description |
|---|---|
| DoubleList |
DoubleValue
For double values.
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 |
IntListValue
For lists of integer values.
Declaration
[JsonProperty("intListValue")]
public virtual IntList IntListValue { get; set; }
Property Value
| Type | Description |
|---|---|
| IntList |
IntValue
For integer values.
Declaration
[JsonProperty("intValue")]
public virtual long? IntValue { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
StringListValue
For lists of string values.
Declaration
[JsonProperty("stringListValue")]
public virtual StringList StringListValue { get; set; }
Property Value
| Type | Description |
|---|---|
| StringList |
StringValue
For string values.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |