GetClusterAgentPlainArgs

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

A collection of arguments for invoking getClusterAgent.

Constructors

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

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.

Functions

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