Settings constructor

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

Implementation

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