GetApiKeysPlainArgs

data class GetApiKeysPlainArgs(val customerId: String? = null, val includeValues: Boolean? = null) : ConvertibleToJava<GetApiKeysPlainArgs>

A collection of arguments for invoking getApiKeys.

Constructors

Link copied to clipboard
constructor(customerId: String? = null, includeValues: Boolean? = null)

Properties

Link copied to clipboard
val customerId: String? = null

Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.

Link copied to clipboard
val includeValues: Boolean? = null

Set this value to true if you wish the result contains the key value. Defaults to false.

Functions

Link copied to clipboard
open override fun toJava(): GetApiKeysPlainArgs