GoogleCloudAiplatformV1ListSandboxEnvironmentSnapshotsResponse constructor
GoogleCloudAiplatformV1ListSandboxEnvironmentSnapshotsResponse({
- String? nextPageToken,
- List<
GoogleCloudAiplatformV1SandboxEnvironmentSnapshot> ? sandboxEnvironmentSnapshots,
Implementation
GoogleCloudAiplatformV1ListSandboxEnvironmentSnapshotsResponse({
this.nextPageToken,
this.sandboxEnvironmentSnapshots,
});