GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata constructor

GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata({
  1. String? createTime,
  2. String? operationName,
})

Implementation

GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata({
  this.createTime,
  this.operationName,
});