GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest constructor
      
      GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest({ 
    
    
- GoogleCloudAiplatformV1NotebookExecutionJob? notebookExecutionJob,
- String? notebookExecutionJobId,
- String? parent,
Implementation
GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest({
  this.notebookExecutionJob,
  this.notebookExecutionJobId,
  this.parent,
});