GoogleCloudRecommendationengineV1beta1ImportMetadata constructor

GoogleCloudRecommendationengineV1beta1ImportMetadata({
  1. String? createTime,
  2. String? failureCount,
  3. String? operationName,
  4. String? requestId,
  5. String? successCount,
  6. String? updateTime,
})

Implementation

GoogleCloudRecommendationengineV1beta1ImportMetadata({
  this.createTime,
  this.failureCount,
  this.operationName,
  this.requestId,
  this.successCount,
  this.updateTime,
});