GoogleCloudRecommendationengineV1beta1RejoinUserEventsResponse.fromJson constructor
GoogleCloudRecommendationengineV1beta1RejoinUserEventsResponse.fromJson(
- Map _json
Implementation
GoogleCloudRecommendationengineV1beta1RejoinUserEventsResponse.fromJson(
core.Map _json)
: this(
rejoinedUserEventsCount: _json.containsKey('rejoinedUserEventsCount')
? _json['rejoinedUserEventsCount'] as core.String
: null,
);