Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1Property

Property of a document.

Inheritance
object
GoogleCloudContentwarehouseV1Property
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 GoogleCloudContentwarehouseV1Property : IDirectResponseSchema

Properties

DateTimeValues

Date time property values. It is not supported by CMEK compliant deployment.

Declaration
[JsonProperty("dateTimeValues")]
public virtual GoogleCloudContentwarehouseV1DateTimeArray DateTimeValues { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1DateTimeArray

ETag

The ETag of the item.

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

EnumValues

Enum property values.

Declaration
[JsonProperty("enumValues")]
public virtual GoogleCloudContentwarehouseV1EnumArray EnumValues { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1EnumArray

FloatValues

Float property values.

Declaration
[JsonProperty("floatValues")]
public virtual GoogleCloudContentwarehouseV1FloatArray FloatValues { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1FloatArray

IntegerValues

Integer property values.

Declaration
[JsonProperty("integerValues")]
public virtual GoogleCloudContentwarehouseV1IntegerArray IntegerValues { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1IntegerArray

MapProperty

Map property values.

Declaration
[JsonProperty("mapProperty")]
public virtual GoogleCloudContentwarehouseV1MapProperty MapProperty { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1MapProperty

Name

Required. Must match the name of a PropertyDefinition in the DocumentSchema.

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

PropertyValues

Nested structured data property values.

Declaration
[JsonProperty("propertyValues")]
public virtual GoogleCloudContentwarehouseV1PropertyArray PropertyValues { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1PropertyArray

TextValues

String/text property values.

Declaration
[JsonProperty("textValues")]
public virtual GoogleCloudContentwarehouseV1TextArray TextValues { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1TextArray

TimestampValues

Timestamp property values. It is not supported by CMEK compliant deployment.

Declaration
[JsonProperty("timestampValues")]
public virtual GoogleCloudContentwarehouseV1TimestampArray TimestampValues { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1TimestampArray

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX