EventTypeSummary

Returns information about an event that has triggered a notification rule.

Types

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

Properties

Link copied to clipboard

The system-generated ID of the event. For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.

Link copied to clipboard

The name of the event.

Link copied to clipboard

The resource type of the event.

Link copied to clipboard

The name of the service for which the event applies.

Functions

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