GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata.fromJson constructor

GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata.fromJson(
  1. Map _json
)

Implementation

GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata.fromJson(
    core.Map _json)
    : this(
        createTime: _json.containsKey('createTime')
            ? _json['createTime'] as core.String
            : null,
        operationName: _json.containsKey('operationName')
            ? _json['operationName'] as core.String
            : null,
      );