GetActiveFolderPlainArgs

data class GetActiveFolderPlainArgs(val apiMethod: String? = null, val displayName: String, val parent: String) : ConvertibleToJava<GetActiveFolderPlainArgs>

A collection of arguments for invoking getActiveFolder.

Constructors

Link copied to clipboard
constructor(apiMethod: String? = null, displayName: String, parent: String)

Properties

Link copied to clipboard
val apiMethod: String? = null

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&#46;folders&#46;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.

Link copied to clipboard

The resource name of the parent Folder or Organization.

Functions

Link copied to clipboard
open override fun toJava(): GetActiveFolderPlainArgs