CreateNotificationSubscriptionRequest

Types

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

Properties

Link copied to clipboard

The endpoint to receive the notifications. If the protocol is HTTPS, the endpoint is a URL that begins with https.

Link copied to clipboard

The ID of the organization.

Link copied to clipboard

The protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS POST.

Link copied to clipboard

The notification type.

Functions

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