Class GoogleCloudChannelV1Value
Data type and value of a parameter.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1Value : IDirectResponseSchema
Properties
BoolValue
Represents a boolean value.
Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DoubleValue
Represents a double value.
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 |
Int64Value
Represents an int64 value.
Declaration
[JsonProperty("int64Value")]
public virtual long? Int64Value { get; set; }
Property Value
Type | Description |
---|---|
long? |
ProtoValue
Represents an 'Any' proto value.
Declaration
[JsonProperty("protoValue")]
public virtual IDictionary<string, object> ProtoValue { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
StringValue
Represents a string value.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
Type | Description |
---|---|
string |