GetAgentPlainArgs

data class GetAgentPlainArgs(val agentId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetAgentPlainArgs>

Constructors

Link copied to clipboard
fun GetAgentPlainArgs(agentId: String, location: String, project: String? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val project: String? = null