GoogleCloudRecommendationengineV1beta1UserEventImportSummary.fromJson constructor

GoogleCloudRecommendationengineV1beta1UserEventImportSummary.fromJson(
  1. 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,
      );