Тип

CloudOperationBatchResult

Состояние массовой операции.

"""Состояние массовой операции."""
type CloudOperationBatchResult {
  batchId: UUID
  operationType: String
  status: String
  totalCount: Int
  queuedCount: Int
  runningCount: Int
  succeededCount: Int
  failedCount: Int
  cancelledCount: Int
  items: JSON
  createdAt: Datetime
  startedAt: Datetime
  finishedAt: Datetime
}