LogSink constructor

LogSink({
  1. BigQueryOptions? bigqueryOptions,
  2. String? createTime,
  3. String? description,
  4. String? destination,
  5. bool? disabled,
  6. List<LogExclusion>? exclusions,
  7. String? filter,
  8. bool? includeChildren,
  9. String? name,
  10. String? outputVersionFormat,
  11. String? updateTime,
  12. String? writerIdentity,
})

Implementation

LogSink({
  this.bigqueryOptions,
  this.createTime,
  this.description,
  this.destination,
  this.disabled,
  this.exclusions,
  this.filter,
  this.includeChildren,
  this.name,
  this.outputVersionFormat,
  this.updateTime,
  this.writerIdentity,
});