Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1Value

Value represents a dynamically typed value which can be either be a float, a integer, a string, or a datetime value. A producer of value is expected to set one of these variants. Absence of any variant indicates an error.

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

Properties

BooleanValue

Represents a boolean value.

Declaration
[JsonProperty("booleanValue")]
public virtual bool? BooleanValue { get; set; }
Property Value
Type Description
bool?

DatetimeValue

Represents a datetime value.

Declaration
[JsonProperty("datetimeValue")]
public virtual GoogleTypeDateTime DatetimeValue { get; set; }
Property Value
Type Description
GoogleTypeDateTime

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnumValue

Represents an enum value.

Declaration
[JsonProperty("enumValue")]
public virtual GoogleCloudContentwarehouseV1EnumValue EnumValue { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1EnumValue

FloatValue

Represents a float value.

Declaration
[JsonProperty("floatValue")]
public virtual float? FloatValue { get; set; }
Property Value
Type Description
float?

IntValue

Represents a integer value.

Declaration
[JsonProperty("intValue")]
public virtual int? IntValue { get; set; }
Property Value
Type Description
int?

StringValue

Represents a string value.

Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
Type Description
string

TimestampValue

Represents a timestamp value.

Declaration
[JsonProperty("timestampValue")]
public virtual GoogleCloudContentwarehouseV1TimestampValue TimestampValue { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1TimestampValue

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX