GoogleCloudAiplatformV1ListNotebookRuntimeTemplatesResponse constructor

GoogleCloudAiplatformV1ListNotebookRuntimeTemplatesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudAiplatformV1NotebookRuntimeTemplate>? notebookRuntimeTemplates,
})

Implementation

GoogleCloudAiplatformV1ListNotebookRuntimeTemplatesResponse({
  this.nextPageToken,
  this.notebookRuntimeTemplates,
});