Folder class

A Folder in an Organization's resource hierarchy, used to organize that Organization's resources.

Constructors

Folder({List<String>? configuredCapabilities, String? createTime, String? displayName, String? lifecycleState, String? managementProject, String? name, String? parent, Map<String, String>? tags})
Folder.fromJson(Map json_)

Properties

configuredCapabilities ↔ List<String>?
Optional capabilities configured for this folder (via UpdateCapability API).
getter/setter pair
createTime ↔ String?
Timestamp when the Folder was created.
getter/setter pair
displayName ↔ String?
The folder's display name.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
lifecycleState ↔ String?
The lifecycle state of the folder.
getter/setter pair
managementProject ↔ String?
Management Project associated with this folder (if app-management capability is enabled).
getter/setter pair
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
tags ↔ Map<String, String>?
Input only.
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