Show / Hide Table of Contents

Class GoogleCloudChannelV1alpha1Value

Data type and value of a parameter.

Inheritance
object
GoogleCloudChannelV1alpha1Value
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.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1alpha1Value : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX