OBJECT

StopAgentSessionPayload

link GraphQL Schema definition

1type StopAgentSessionPayload {
2
3# The indicator that shows if current agent session has been stopped successfully
4success: Boolean!
5
6}