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