GoogleCloudContentwarehouseV1DocumentReference class

References to the documents.

Constructors

GoogleCloudContentwarehouseV1DocumentReference({String? createTime, String? deleteTime, String? displayName, bool? documentIsFolder, bool? documentIsLegalHoldFolder, bool? documentIsRetentionFolder, String? documentName, String? snippet, String? updateTime})
GoogleCloudContentwarehouseV1DocumentReference.fromJson(Map json_)

Properties

createTime String?
The time when the document is created.
getter/setter pair
deleteTime String?
The time when the document is deleted.
getter/setter pair
displayName String?
display_name of the referenced document; this name does not need to be consistent to the display_name in the Document proto, depending on the ACL constraint.
getter/setter pair
documentIsFolder bool?
The document type of the document being referenced.
getter/setter pair
documentIsLegalHoldFolder bool?
Document is a folder with legal hold.
getter/setter pair
documentIsRetentionFolder bool?
Document is a folder with retention policy.
getter/setter pair
documentName String?
Name of the referenced document.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snippet String?
Stores the subset of the referenced document's content.
getter/setter pair
updateTime String?
The time when the document 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