Class ReportValue
Represents a single value in a report.
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class ReportValue : IMessage<ReportValue>, IEquatable<ReportValue>, IDeepCloneable<ReportValue>, IBufferMessage, IMessage
Constructors
ReportValue()
Declaration
ReportValue(ReportValue)
Declaration
public ReportValue(ReportValue other)
Parameters
Properties
BoolValue
Declaration
public bool BoolValue { get; set; }
Property Value
BytesValue
Declaration
public ByteString BytesValue { get; set; }
Property Value
DoubleListValue
For lists of double values.
Declaration
public ReportValue.Types.DoubleList DoubleListValue { get; set; }
Property Value
DoubleValue
Declaration
public double DoubleValue { get; set; }
Property Value
HasBoolValue
Gets whether the "bool_value" field is set
Declaration
public bool HasBoolValue { get; }
Property Value
HasBytesValue
Gets whether the "bytes_value" field is set
Declaration
public bool HasBytesValue { get; }
Property Value
HasDoubleValue
Gets whether the "double_value" field is set
Declaration
public bool HasDoubleValue { get; }
Property Value
HasIntValue
Gets whether the "int_value" field is set
Declaration
public bool HasIntValue { get; }
Property Value
HasStringValue
Gets whether the "string_value" field is set
Declaration
public bool HasStringValue { get; }
Property Value
IntListValue
For lists of integer values.
Declaration
public ReportValue.Types.IntList IntListValue { get; set; }
Property Value
IntValue
Declaration
public long IntValue { get; set; }
Property Value
StringListValue
For lists of string values.
Declaration
public ReportValue.Types.StringList StringListValue { get; set; }
Property Value
StringValue
Declaration
public string StringValue { get; set; }
Property Value
ValueCase
Declaration
public ReportValue.ValueOneofCase ValueCase { get; }
Property Value