public sealed class Value : IMessage<Value>, IEquatable<Value>, IDeepCloneable<Value>, IBufferMessage, IMessage
Data type and value of a parameter.
Namespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
Value()
public Value()
Value(Value)
public Value(Value other)
Parameter | |
---|---|
Name | Description |
other | Value |
Properties
BoolValue
public bool BoolValue { get; set; }
Represents a boolean value.
Property Value | |
---|---|
Type | Description |
Boolean |
DoubleValue
public double DoubleValue { get; set; }
Represents a double value.
Property Value | |
---|---|
Type | Description |
Double |
Int64Value
public long Int64Value { get; set; }
Represents an int64 value.
Property Value | |
---|---|
Type | Description |
Int64 |
KindCase
public Value.KindOneofCase KindCase { get; }
Property Value | |
---|---|
Type | Description |
Value.KindOneofCase |
ProtoValue
public Any ProtoValue { get; set; }
Represents an 'Any' proto value.
Property Value | |
---|---|
Type | Description |
Any |
StringValue
public string StringValue { get; set; }
Represents a string value.
Property Value | |
---|---|
Type | Description |
String |