GoogleCloudDataplexV1StorageFormatJsonOptionsArgs

data class GoogleCloudDataplexV1StorageFormatJsonOptionsArgs(val encoding: Output<String>? = null) : ConvertibleToJava<GoogleCloudDataplexV1StorageFormatJsonOptionsArgs>

Describes JSON data format.

Constructors

Functions

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

Properties

Link copied to clipboard
val encoding: Output<String>? = null

Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8" and "ISO-8859-1". Defaults to UTF-8 if not specified.