CreateKeyResponse

data class CreateKeyResponse(val status: Status, val key: Key)

Represents the response for creating a new key on the developer site.

Encapsulates the response information for creating a new key, including the status of the operation and the created key object.

Constructors

Link copied to clipboard
constructor(status: Status, key: Key)

Properties

Link copied to clipboard
val key: Key

The created key.

Link copied to clipboard

The status information of the operation.