GoogleCloudDataplexV1StorageFormatJsonOptions.fromJson constructor

GoogleCloudDataplexV1StorageFormatJsonOptions.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1StorageFormatJsonOptions.fromJson(core.Map json_)
    : this(
        encoding: json_.containsKey('encoding')
            ? json_['encoding'] as core.String
            : null,
      );