GoogleCloudAiplatformV1ListSandboxEnvironmentTemplatesResponse constructor
GoogleCloudAiplatformV1ListSandboxEnvironmentTemplatesResponse({
- String? nextPageToken,
- List<
GoogleCloudAiplatformV1SandboxEnvironmentTemplate> ? sandboxEnvironmentTemplates,
Implementation
GoogleCloudAiplatformV1ListSandboxEnvironmentTemplatesResponse({
this.nextPageToken,
this.sandboxEnvironmentTemplates,
});