RecommendationExportJob constructor
RecommendationExportJob({
- DateTime? creationTimestamp,
- ExportDestination? destination,
- String? failureReason,
- String? jobId,
- DateTime? lastUpdatedTimestamp,
- ResourceType? resourceType,
- JobStatus? status,
Implementation
RecommendationExportJob({
this.creationTimestamp,
this.destination,
this.failureReason,
this.jobId,
this.lastUpdatedTimestamp,
this.resourceType,
this.status,
});