Folder class

A folder.

Only available in buckets with hierarchical namespace enabled.

Constructors

Folder({String? bucket, DateTime? createTime, String? id, String? kind, String? metageneration, String? name, FolderPendingRenameInfo? pendingRenameInfo, String? selfLink, DateTime? updateTime})
Folder.fromJson(Map json_)

Properties

bucket String?
The name of the bucket containing this folder.
getter/setter pair
createTime DateTime?
The creation time of the folder in RFC 3339 format.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the folder, including the bucket name, folder name.
getter/setter pair
kind String?
The kind of item this is.
getter/setter pair
metageneration String?
The version of the metadata for this folder.
getter/setter pair
name String?
The name of the folder.
getter/setter pair
pendingRenameInfo FolderPendingRenameInfo?
Only present if the folder is part of an ongoing rename folder operation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
The link to this folder.
getter/setter pair
updateTime DateTime?
The modification time of the folder metadata in RFC 3339 format.
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