Get Active Folder Plain Args
data class GetActiveFolderPlainArgs(val apiMethod: String? = null, val displayName: String, val parent: String) : ConvertibleToJava<GetActiveFolderPlainArgs>
A collection of arguments for invoking getActiveFolder.
Properties
Link copied to clipboard
The API method to use to search for the folder. Valid values are LIST
and SEARCH
. Default Value is LIST
. LIST
is strongly consistent and requires resourcemanager.folders.list
on the parent folder, while SEARCH
is eventually consistent and only returns folders that the user has resourcemanager.folders.get
permission on.
Link copied to clipboard
The folder's display name.