GoogleCloudAiplatformV1ListSandboxEnvironmentTemplatesResponse constructor

GoogleCloudAiplatformV1ListSandboxEnvironmentTemplatesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudAiplatformV1SandboxEnvironmentTemplate>? sandboxEnvironmentTemplates,
})

Implementation

GoogleCloudAiplatformV1ListSandboxEnvironmentTemplatesResponse({
  this.nextPageToken,
  this.sandboxEnvironmentTemplates,
});