GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest.fromJson constructor

GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest.fromJson(
  1. Map _json
)

Implementation

GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest.fromJson(
    core.Map _json)
    : this(
        filter: _json.containsKey('filter')
            ? _json['filter'] as core.String
            : null,
        force:
            _json.containsKey('force') ? _json['force'] as core.bool : null,
      );