GetUsagePlanKeyResponse

Represents a usage plan key to identify a plan customer.

Types

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

Properties

Link copied to clipboard
val id: String?

The Id of a usage plan key.

Link copied to clipboard
val name: String?

The name of a usage plan key.

Link copied to clipboard
val type: String?

The type of a usage plan key. Currently, the valid key type is API_KEY.

Link copied to clipboard

The value of a usage plan key.

Functions

Link copied to clipboard
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