Folder class

A folder in an organization's resource hierarchy, used to organize that organization's resources.

Constructors

Folder({String? createTime, String? deleteTime, String? displayName, String? etag, String? name, String? parent, String? state, Map<String, String>? tags, String? updateTime})
Folder.fromJson(Map json_)

Properties

createTime String?
Timestamp when the folder was created.
getter/setter pair
deleteTime String?
Timestamp when the folder was requested to be deleted.
getter/setter pair
displayName String?
The folder's display name.
getter/setter pair
etag String?
A checksum computed by the server based on the current value of the folder resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the folder.
getter/setter pair
parent String?
The folder's parent's resource name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The lifecycle state of the folder.
getter/setter pair
tags Map<String, String>?
Input only.
getter/setter pair
updateTime String?
Timestamp when the folder was last modified.
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