Settings constructor
Settings({})
Implementation
Settings({
this.name = '',
this.kmsKeyName = '',
this.kmsServiceAccountId = '',
this.storageLocation = '',
this.disableDefaultSink = false,
}) : super(fullyQualifiedName);