GoogleCloudRecommenderV1ValueMatcher.fromJson constructor

GoogleCloudRecommenderV1ValueMatcher.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecommenderV1ValueMatcher.fromJson(core.Map json_)
    : this(
        matchesPattern: json_['matchesPattern'] as core.String?,
      );