ListRemoteRenderingAccountKeysResult

data class ListRemoteRenderingAccountKeysResult(val primaryKey: String, val secondaryKey: String)

Developer Keys of account

Constructors

Link copied to clipboard
constructor(primaryKey: String, secondaryKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

value of primary key.

Link copied to clipboard

value of secondary key.