GetAuthorizerPlainArgs

data class GetAuthorizerPlainArgs(val apiId: String, val authorizerId: String) : ConvertibleToJava<GetAuthorizerPlainArgs>

Constructors

Link copied to clipboard
constructor(apiId: String, authorizerId: String)

Properties

Link copied to clipboard

The API identifier.

Link copied to clipboard

The authorizer ID.

Functions

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