GoogleCloudContentwarehouseV1DocumentSchema class
A document schema used to define document structure.
Constructors
-
GoogleCloudContentwarehouseV1DocumentSchema({String? createTime, String? description, String? displayName, bool? documentIsFolder, String? name, List<
GoogleCloudContentwarehouseV1PropertyDefinition> ? propertyDefinitions, String? updateTime}) - GoogleCloudContentwarehouseV1DocumentSchema.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time when the document schema is created.
getter/setter pair
- description ↔ String?
-
Schema description.
getter/setter pair
- displayName ↔ String?
-
Name of the schema given by the user.
getter/setter pair
- documentIsFolder ↔ bool?
-
Document Type, true refers the document is a folder, otherwise it is a
typical document.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the document schema.
getter/setter pair
-
propertyDefinitions
↔ List<
GoogleCloudContentwarehouseV1PropertyDefinition> ? -
Document details.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The time when the document schema is last updated.
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