GetUsagePlanKeyPlainArgs

data class GetUsagePlanKeyPlainArgs(val id: String) : ConvertibleToJava<GetUsagePlanKeyPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The ID for the usage plan key. For example: abc123 .

Functions

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