GetAgentAgentVersionsPlainArgs

data class GetAgentAgentVersionsPlainArgs(val agentId: String, val agentVersionSummaries: List<GetAgentAgentVersionsAgentVersionSummary>? = null) : ConvertibleToJava<GetAgentAgentVersionsPlainArgs>

A collection of arguments for invoking getAgentAgentVersions.

Constructors

Link copied to clipboard
constructor(agentId: String, agentVersionSummaries: List<GetAgentAgentVersionsAgentVersionSummary>? = null)

Properties

Link copied to clipboard

Unique identifier of the agent.

Link copied to clipboard

List of objects, each of which contains information about a version of the agent. See Agent Version Summaries

Functions

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