GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo.fromJson constructor

GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo.fromJson(
    core.Map json_)
    : this(
        averageLength: (json_['averageLength'] as core.num?)?.toDouble(),
        maxLength: json_['maxLength'] as core.String?,
        minLength: json_['minLength'] as core.String?,
      );