GoogleCloudRetailV2RejoinUserEventsRequest.fromJson constructor
GoogleCloudRetailV2RejoinUserEventsRequest.fromJson(
- Map json_
Implementation
GoogleCloudRetailV2RejoinUserEventsRequest.fromJson(core.Map json_)
: this(
userEventRejoinScope: json_['userEventRejoinScope'] as core.String?,
);