Get Folder Result
data class GetFolderResult(val createTime: String, val displayName: String, val folder: String, val folderId: String, val id: String, val lifecycleState: String, val lookupOrganization: Boolean? = null, val name: String, val organization: String, val parent: String)
A collection of values returned by getFolder.
Constructors
Properties
Link copied to clipboard
Timestamp when the Organization was created. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
Link copied to clipboard
The folder's display name.
Link copied to clipboard
The Folder's current lifecycle state.
Link copied to clipboard
Link copied to clipboard
If lookup_organization
is enable, the resource name of the Organization that the folder belongs.