GetFoldersPlainArgs

data class GetFoldersPlainArgs(val parentId: String) : ConvertibleToJava<GetFoldersPlainArgs>

A collection of arguments for invoking getFolders.

Constructors

Link copied to clipboard
constructor(parentId: String)

Properties

Link copied to clipboard

A string parent as defined in the REST API.

Functions

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