GetClientDescriptionConverterPlainArgs

data class GetClientDescriptionConverterPlainArgs(val body: String, val realmId: String) : ConvertibleToJava<GetClientDescriptionConverterPlainArgs>

A collection of arguments for invoking getClientDescriptionConverter.

Constructors

Link copied to clipboard
constructor(body: String, realmId: String)

Properties

Link copied to clipboard

The body of the request to convert.

Link copied to clipboard

The realm to use for the client description converter API call.

Functions

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