GetDocumentPlainArgs

data class GetDocumentPlainArgs(val documentFormat: String? = null, val documentVersion: String? = null, val name: String) : ConvertibleToJava<GetDocumentPlainArgs>

A collection of arguments for invoking getDocument.

Constructors

Link copied to clipboard
constructor(documentFormat: String? = null, documentVersion: String? = null, name: String)

Properties

Link copied to clipboard
val documentFormat: String? = null

The format of the document. Valid values: JSON, TEXT, YAML.

Link copied to clipboard
val documentVersion: String? = null

The document version.

Link copied to clipboard

The name of the document.

Functions

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