GoogleCloudDataplexV1StorageFormatCsvOptions.fromJson constructor

GoogleCloudDataplexV1StorageFormatCsvOptions.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1StorageFormatCsvOptions.fromJson(core.Map json_)
    : this(
        delimiter: json_['delimiter'] as core.String?,
        encoding: json_['encoding'] as core.String?,
        headerRows: json_['headerRows'] as core.int?,
        quote: json_['quote'] as core.String?,
      );