CountPendingActivityTasksResponse

Contains the count of tasks in a task list.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

The number of tasks in the task list.

Link copied to clipboard

If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String