FolderMetadata class

Describes a folder.

Constructors

FolderMetadata({DateTime? createdTimestamp, String? creatorId, String? id, List<String>? labels, int? latestVersionSize, DateTime? modifiedTimestamp, String? name, String? parentFolderId, ResourceStateType? resourceState, String? signature, int? size})
FolderMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

createdTimestamp DateTime?
The time when the folder 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 folder.
final
labels List<String>?
List of labels on the folder.
final
latestVersionSize int?
The size of the latest version of the folder metadata.
final
modifiedTimestamp DateTime?
The time when the folder was updated.
final
name String?
The name of the folder.
final
parentFolderId String?
The ID of the parent folder.
final
resourceState ResourceStateType?
The resource state of the folder.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String?
The unique identifier created from the subfolders and documents of the folder.
final
size int?
The size of the folder metadata.
final

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