GoogleCloudRetailV2RejoinUserEventsRequest.fromJson constructor

GoogleCloudRetailV2RejoinUserEventsRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRetailV2RejoinUserEventsRequest.fromJson(core.Map json_)
    : this(
        userEventRejoinScope: json_.containsKey('userEventRejoinScope')
            ? json_['userEventRejoinScope'] as core.String
            : null,
      );