ApiConfigOpenapiDocumentDocumentArgs

data class ApiConfigOpenapiDocumentDocumentArgs(val contents: Output<String>, val path: Output<String>) : ConvertibleToJava<ApiConfigOpenapiDocumentDocumentArgs>

Constructors

Link copied to clipboard
constructor(contents: Output<String>, path: Output<String>)

Properties

Link copied to clipboard
val contents: Output<String>

Base64 encoded content of the file.

Link copied to clipboard
val path: Output<String>

The file path (full or relative path). This is typically the path of the file when it is uploaded.

Functions

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