GoogleCloudRetailV2PurgeUserEventsRequest.fromJson constructor

GoogleCloudRetailV2PurgeUserEventsRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRetailV2PurgeUserEventsRequest.fromJson(core.Map json_)
    : this(
        filter: json_['filter'] as core.String?,
        force: json_['force'] as core.bool?,
      );