Settings constructor

Settings({
  1. DefaultSinkConfig? defaultSinkConfig,
  2. bool? disableDefaultSink,
  3. String? kmsKeyName,
  4. String? kmsServiceAccountId,
  5. String? loggingServiceAccountId,
  6. String? name,
  7. String? storageLocation,
})

Implementation

Settings({
  this.defaultSinkConfig,
  this.disableDefaultSink,
  this.kmsKeyName,
  this.kmsServiceAccountId,
  this.loggingServiceAccountId,
  this.name,
  this.storageLocation,
});