GetDocumentationPartPlainArgs

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

Constructors

Link copied to clipboard
fun GetDocumentationPartPlainArgs(documentationPartId: String, restApiId: String)

Functions

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

Properties

Link copied to clipboard

The identifier of the documentation Part.

Link copied to clipboard

The string identifier of the associated RestApi.