View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1StorageFormatJsonOptions (google_api_dataplex v0.20.0)
Describes JSON data format.
Attributes
-
encoding
(type:String.t
, default:nil
) - Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8" and "ISO-8859-1". Defaults to UTF-8 if not specified.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1StorageFormatJsonOptions{ encoding: String.t() | nil }