Package-level declarations

Types

Link copied to clipboard
data class GetFoldersFolder(val folderId: String, val folderPath: String, val id: String, val projectId: String)
Link copied to clipboard
data class GetFoldersResult(val folders: List<GetFoldersFolder>, val id: String, val ids: List<String>, val outputFile: String? = null, val parentFolderPath: String, val projectId: String)

A collection of values returned by getFolders.

Link copied to clipboard
data class GetServiceResult(val enable: String? = null, val id: String, val status: String)

A collection of values returned by getService.