Package-level declarations

Types

Link copied to clipboard
data class GetFoldersPlainArgs(val ids: List<String>? = null, val outputFile: String? = null, val parentFolderPath: String, val projectId: String) : ConvertibleToJava<GetFoldersPlainArgs>

A collection of arguments for invoking getFolders.

Link copied to clipboard
data class GetServicePlainArgs(val enable: String? = null) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.