CreateApiRequest

Types

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

Properties

Link copied to clipboard

The Event API configuration. This includes the default authorization configuration for connecting, publishing, and subscribing to an Event API.

Link copied to clipboard
val name: String?

The name for the Api.

Link copied to clipboard

The owner contact information for the Api.

Link copied to clipboard

A map with keys of TagKey objects and values of TagValue objects.

Functions

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