SharingSettings constructor
      
      SharingSettings({ 
    
    
- NotebookOutputOption? notebookOutputOption,
- String? s3KmsKeyId,
- String? s3OutputPath,
Implementation
SharingSettings({
  this.notebookOutputOption,
  this.s3KmsKeyId,
  this.s3OutputPath,
});