GetFolderPlainArgs

data class GetFolderPlainArgs(val folder: String, val lookupOrganization: Boolean? = null) : ConvertibleToJava<GetFolderPlainArgs>

A collection of arguments for invoking getFolder.

Constructors

Link copied to clipboard
fun GetFolderPlainArgs(folder: String, lookupOrganization: Boolean? = null)

Functions

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

Properties

Link copied to clipboard

The name of the Folder in the form {folder_id} or folders/{folder_id}.

Link copied to clipboard

true to find the organization that the folder belongs, false to avoid the lookup. It searches up the tree. (defaults to false)