Operation constructor
Operation({
- String? consumerId,
- String? endTime,
- String? importance,
- Map<
String, String> ? labels, - List<
LogEntry> ? logEntries, - List<
MetricValueSet> ? metricValueSets, - String? operationId,
- String? operationName,
- QuotaProperties? quotaProperties,
- List<
ResourceInfo> ? resources, - String? startTime,
- List<
TraceSpan> ? traceSpans, - 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,
});