GetClusterAgentPlainArgs

data class GetClusterAgentPlainArgs(val agentId: Int, val project: String) : ConvertibleToJava<GetClusterAgentPlainArgs>

A collection of arguments for invoking getClusterAgent.

Constructors

Link copied to clipboard
fun GetClusterAgentPlainArgs(agentId: Int, project: String)

Functions

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

Properties

Link copied to clipboard

The ID of the agent.

Link copied to clipboard

ID or full path of the project maintained by the authenticated user.