Package-level declarations

Types

Link copied to clipboard
data class GetAgentsPlainArgs(val agentName: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null) : ConvertibleToJava<GetAgentsPlainArgs>

A collection of arguments for invoking getAgents.

Link copied to clipboard