GoogleCloudAiplatformV1AssignNotebookRuntimeRequest constructor
      
      GoogleCloudAiplatformV1AssignNotebookRuntimeRequest({ 
    
    
- GoogleCloudAiplatformV1NotebookRuntime? notebookRuntime,
- String? notebookRuntimeId,
- String? notebookRuntimeTemplate,
Implementation
GoogleCloudAiplatformV1AssignNotebookRuntimeRequest({
  this.notebookRuntime,
  this.notebookRuntimeId,
  this.notebookRuntimeTemplate,
});