GetDocumentationPartResult

data class GetDocumentationPartResult(val documentationPartId: String? = null, val properties: String? = null)

Constructors

Link copied to clipboard
constructor(documentationPartId: String? = null, properties: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID for the documentation part.

Link copied to clipboard
val properties: String? = null

The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.