MessageAttempt

A subscription to specific event types.

Types

Link copied to clipboard
class Builder

A builder for MessageAttempt.

Link copied to clipboard
object Companion
Link copied to clipboard
class Status : Enum

The status of the event attempt.

Functions

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of created.

Link copied to clipboard

Returns the raw JSON value of eventSubscriptionToken.

Link copied to clipboard

Returns the raw JSON value of eventToken.

Link copied to clipboard

Returns the raw JSON value of response.

Link copied to clipboard

Returns the raw JSON value of responseStatusCode.

Link copied to clipboard

Returns the raw JSON value of status.

Link copied to clipboard

Returns the raw JSON value of token.

Link copied to clipboard

Returns the raw JSON value of url.

Link copied to clipboard

An RFC 3339 timestamp for when the event was created. UTC time zone.

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

Globally unique identifier.

Link copied to clipboard

Globally unique identifier.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard

The response body from the event subscription's URL.

Link copied to clipboard

The response status code from the event subscription's URL.

Link copied to clipboard

The status of the event attempt.

Link copied to clipboard
Link copied to clipboard
fun token(): String

Globally unique identifier.

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun url(): String
Link copied to clipboard