WriteLogEntriesRequest constructor

WriteLogEntriesRequest({
  1. bool? dryRun,
  2. List<LogEntry>? entries,
  3. Map<String, String>? labels,
  4. String? logName,
  5. bool? partialSuccess,
  6. MonitoredResource? resource,
})

Implementation

WriteLogEntriesRequest({
  this.dryRun,
  this.entries,
  this.labels,
  this.logName,
  this.partialSuccess,
  this.resource,
});