GoogleCloudDataplexV1ScannedDataIncrementalField.fromJson constructor

GoogleCloudDataplexV1ScannedDataIncrementalField.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1ScannedDataIncrementalField.fromJson(core.Map json_)
    : this(
        end: json_['end'] as core.String?,
        field: json_['field'] as core.String?,
        start: json_['start'] as core.String?,
      );