GoogleCloudAiplatformV1ListSandboxEnvironmentsResponse constructor
GoogleCloudAiplatformV1ListSandboxEnvironmentsResponse({
- String? nextPageToken,
- List<
GoogleCloudAiplatformV1SandboxEnvironment> ? sandboxEnvironments,
Implementation
GoogleCloudAiplatformV1ListSandboxEnvironmentsResponse({
this.nextPageToken,
this.sandboxEnvironments,
});