UpdateSchemaRequest constructor
      
      UpdateSchemaRequest({ 
    
    
- DebugOptions? debugOptions,
- Schema? schema,
- bool? validateOnly,
Implementation
UpdateSchemaRequest({
  this.debugOptions,
  this.schema,
  this.validateOnly,
});