GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue.fromJson constructor

GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue.fromJson(
  core.Map json_,
) : this(
      count: json_['count'] as core.String?,
      ratio: (json_['ratio'] as core.num?)?.toDouble(),
      value: json_['value'] as core.String?,
    );