GoogleCloudContentwarehouseV1Property class
Property of a document.
Constructors
- GoogleCloudContentwarehouseV1Property({GoogleCloudContentwarehouseV1DateTimeArray? dateTimeValues, GoogleCloudContentwarehouseV1EnumArray? enumValues, GoogleCloudContentwarehouseV1FloatArray? floatValues, GoogleCloudContentwarehouseV1IntegerArray? integerValues, GoogleCloudContentwarehouseV1MapProperty? mapProperty, String? name, GoogleCloudContentwarehouseV1PropertyArray? propertyValues, GoogleCloudContentwarehouseV1TextArray? textValues, GoogleCloudContentwarehouseV1TimestampArray? timestampValues})
- GoogleCloudContentwarehouseV1Property.fromJson(Map json_)
Properties
- dateTimeValues ↔ GoogleCloudContentwarehouseV1DateTimeArray?
-
Date time property values.
getter/setter pair
- enumValues ↔ GoogleCloudContentwarehouseV1EnumArray?
-
Enum property values.
getter/setter pair
- floatValues ↔ GoogleCloudContentwarehouseV1FloatArray?
-
Float property values.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- integerValues ↔ GoogleCloudContentwarehouseV1IntegerArray?
-
Integer property values.
getter/setter pair
- mapProperty ↔ GoogleCloudContentwarehouseV1MapProperty?
-
Map property values.
getter/setter pair
- name ↔ String?
-
Must match the name of a PropertyDefinition in the DocumentSchema.
getter/setter pair
- propertyValues ↔ GoogleCloudContentwarehouseV1PropertyArray?
-
Nested structured data property values.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textValues ↔ GoogleCloudContentwarehouseV1TextArray?
-
String/text property values.
getter/setter pair
- timestampValues ↔ GoogleCloudContentwarehouseV1TimestampArray?
-
Timestamp property values.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited