Get Agent Agent Versions Result
data class GetAgentAgentVersionsResult(val agentId: String, val agentVersionSummaries: List<GetAgentAgentVersionsAgentVersionSummary>? = null, val id: String)
A collection of values returned by getAgentAgentVersions.
Constructors
Link copied to clipboard
constructor(agentId: String, agentVersionSummaries: List<GetAgentAgentVersionsAgentVersionSummary>? = null, id: String)