GoogleCloudRecommendationengineV1alphaRejoinCatalogResponse.fromJson constructor

GoogleCloudRecommendationengineV1alphaRejoinCatalogResponse.fromJson(
  1. Map _json
)

Implementation

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