RecommendationExportJob constructor

RecommendationExportJob({
  1. DateTime? creationTimestamp,
  2. ExportDestination? destination,
  3. String? failureReason,
  4. String? jobId,
  5. DateTime? lastUpdatedTimestamp,
  6. ResourceType? resourceType,
  7. JobStatus? status,
})

Implementation

RecommendationExportJob({
  this.creationTimestamp,
  this.destination,
  this.failureReason,
  this.jobId,
  this.lastUpdatedTimestamp,
  this.resourceType,
  this.status,
});