GetDocumentationPartPlainArgs

data class GetDocumentationPartPlainArgs(val documentationPartId: String, val restApiId: String) : ConvertibleToJava<GetDocumentationPartPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The ID for the documentation part.

Link copied to clipboard

The string identifier of the associated RestApi.

Functions

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