EventAggregate

The number of events of each issue type. Returned by the DescribeEventAggregates operation.

Types

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

Properties

Link copied to clipboard

The issue type for the associated count.

Link copied to clipboard
val count: Int

The number of events of the associated issue type.

Functions

Link copied to clipboard
inline fun copy(block: EventAggregate.Builder.() -> Unit = {}): EventAggregate
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