LogSink constructor
LogSink({
- BigQueryOptions? bigqueryOptions,
- String? createTime,
- String? description,
- String? destination,
- bool? disabled,
- List<
LogExclusion> ? exclusions, - String? filter,
- bool? includeChildren,
- bool? interceptChildren,
- String? name,
- String? outputVersionFormat,
- String? resourceName,
- String? updateTime,
- String? writerIdentity,
Implementation
LogSink({
this.bigqueryOptions,
this.createTime,
this.description,
this.destination,
this.disabled,
this.exclusions,
this.filter,
this.includeChildren,
this.interceptChildren,
this.name,
this.outputVersionFormat,
this.resourceName,
this.updateTime,
this.writerIdentity,
});