Class Report.Types.Value
Represents a single value in a report.
Inheritance
Report.Types.Value
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class Report.Types.Value : IMessage<Report.Types.Value>, IEquatable<Report.Types.Value>, IDeepCloneable<Report.Types.Value>, IBufferMessage, IMessage
Constructors
Value()
Declaration
Value(Value)
Declaration
public Value(Report.Types.Value other)
Parameters
Properties
BoolValue
Declaration
public bool BoolValue { get; set; }
Property Value
BytesValue
Declaration
public ByteString BytesValue { 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 Report.Types.Value.Types.IntList IntListValue { get; set; }
Property Value
IntValue
Declaration
public long IntValue { get; set; }
Property Value
StringListValue
For lists of string values.
Declaration
public Report.Types.Value.Types.StringList StringListValue { get; set; }
Property Value
StringValue
Declaration
public string StringValue { get; set; }
Property Value
ValueCase
Declaration
public Report.Types.Value.ValueOneofCase ValueCase { get; }
Property Value