Operation constructor

Operation({
  1. String? consumerId,
  2. String? endTime,
  3. String? importance,
  4. Map<String, String>? labels,
  5. List<LogEntry>? logEntries,
  6. List<MetricValueSet>? metricValueSets,
  7. String? operationId,
  8. String? operationName,
  9. QuotaProperties? quotaProperties,
  10. List<ResourceInfo>? resources,
  11. String? startTime,
  12. List<TraceSpan>? traceSpans,
  13. Map<String, String>? userLabels,
})

Implementation

Operation({
  this.consumerId,
  this.endTime,
  this.importance,
  this.labels,
  this.logEntries,
  this.metricValueSets,
  this.operationId,
  this.operationName,
  this.quotaProperties,
  this.resources,
  this.startTime,
  this.traceSpans,
  this.userLabels,
});