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