Type Alias: AgentInstanceUpdateResult
type AgentInstanceUpdateResult = object;
Response returned after successfully updating an agent instance.
Properties
createdHistory
createdHistory: AgentInstanceCreatedHistoryItem[];
One entry per history item submitted in the request, in request order. Empty when no history items were submitted.