Show / Hide Table of Contents

Class ReportValue

Represents a single value in a report.

Inheritance
object
ReportValue
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.CurationPartners.v1.Data
Assembly: Google.Apis.CurationPartners.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX