DocumentMetadata class

Describes the document.

Constructors

DocumentMetadata({DateTime? createdTimestamp, String? creatorId, String? id, List<String>? labels, DocumentVersionMetadata? latestVersionMetadata, DateTime? modifiedTimestamp, String? parentFolderId, ResourceStateType? resourceState})
DocumentMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

createdTimestamp DateTime?
The time when the document was created.
final
creatorId String?
The ID of the creator.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the document.
final
labels List<String>?
List of labels on the document.
final
latestVersionMetadata DocumentVersionMetadata?
The latest version of the document.
final
modifiedTimestamp DateTime?
The time when the document was updated.
final
parentFolderId String?
The ID of the parent folder.
final
resourceState ResourceStateType?
The resource state.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited