WebServiceKeysResponse

data class WebServiceKeysResponse(val primary: String? = null, val secondary: String? = null)

Access keys for the web service calls.

Constructors

Link copied to clipboard
constructor(primary: String? = null, secondary: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val primary: String? = null

The primary access key.

Link copied to clipboard
val secondary: String? = null

The secondary access key.