GetAuthorizersPlainArgs

data class GetAuthorizersPlainArgs(val restApiId: String) : ConvertibleToJava<GetAuthorizersPlainArgs>

A collection of arguments for invoking getAuthorizers.

Constructors

Link copied to clipboard
constructor(restApiId: String)

Properties

Link copied to clipboard

ID of the associated REST API.

Functions

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