Package-level declarations

Types

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

A collection of arguments for invoking getService.

Link copied to clipboard
data class GetSystemGroupsPlainArgs(val ids: List<String>? = null, val inProtocol: String? = null, val name: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetSystemGroupsPlainArgs>

A collection of arguments for invoking getSystemGroups.