GoogleCloudContentwarehouseV1DocumentLink class
A document-link between source and target document.
Constructors
- GoogleCloudContentwarehouseV1DocumentLink({String? createTime, String? description, String? name, GoogleCloudContentwarehouseV1DocumentReference? sourceDocumentReference, String? state, GoogleCloudContentwarehouseV1DocumentReference? targetDocumentReference, String? updateTime})
- GoogleCloudContentwarehouseV1DocumentLink.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time when the documentLink is created.
getter/setter pair
- description ↔ String?
-
Description of this document-link.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Name of this document-link.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceDocumentReference ↔ GoogleCloudContentwarehouseV1DocumentReference?
-
Document references of the source document.
getter/setter pair
- state ↔ String?
-
The state of the documentlink.
getter/setter pair
- targetDocumentReference ↔ GoogleCloudContentwarehouseV1DocumentReference?
-
Document references of the target document.
getter/setter pair
- updateTime ↔ String?
-
The time when the documentLink 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