GetAgentAgentVersionsAgentVersionSummary

data class GetAgentAgentVersionsAgentVersionSummary(val agentName: String, val agentStatus: String, val agentVersion: String, val createdAt: String, val description: String, val guardrailConfigurations: List<GetAgentAgentVersionsAgentVersionSummaryGuardrailConfiguration>? = null, val updatedAt: String) : ConvertibleToJava<GetAgentAgentVersionsAgentVersionSummary>

Constructors

Link copied to clipboard
constructor(agentName: String, agentStatus: String, agentVersion: String, createdAt: String, description: String, guardrailConfigurations: List<GetAgentAgentVersionsAgentVersionSummaryGuardrailConfiguration>? = null, updatedAt: String)

Properties

Link copied to clipboard

Name of agent to which the version belongs.

Link copied to clipboard

Status of the agent to which the version belongs.

Link copied to clipboard

Version of the agent.

Link copied to clipboard

Time at which the version was created.

Link copied to clipboard

Description of the version of the agent.

Link copied to clipboard

Time at which the version was last updated.

Functions

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