GoogleCloudRecommenderV1ValueMatcher.fromJson constructor
GoogleCloudRecommenderV1ValueMatcher.fromJson(
- Map json_
Implementation
GoogleCloudRecommenderV1ValueMatcher.fromJson(core.Map json_)
: this(
matchesPattern: json_.containsKey('matchesPattern')
? json_['matchesPattern'] as core.String
: null,
);