GetRestApiPlainArgs

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

Constructors

Link copied to clipboard
constructor(restApiId: String)

Properties

Link copied to clipboard

The string identifier of the associated RestApi.

Functions

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