GetDocumentationVersionPlainArgs

data class GetDocumentationVersionPlainArgs(val documentationVersion: String, val restApiId: String) : ConvertibleToJava<GetDocumentationVersionPlainArgs>

Constructors

Link copied to clipboard
constructor(documentationVersion: String, restApiId: String)

Properties

Link copied to clipboard

The version identifier of the to-be-updated documentation version.

Link copied to clipboard

The string identifier of the associated RestApi.

Functions

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