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