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
constructor(folder: String, lookupOrganization: Boolean? = null)

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)

Functions

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