GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo.fromJson constructor

GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo.fromJson(
  1. Map json_
)

Implementation

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