GoogleCloudAiplatformV1ListSandboxEnvironmentSnapshotsResponse constructor

GoogleCloudAiplatformV1ListSandboxEnvironmentSnapshotsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudAiplatformV1SandboxEnvironmentSnapshot>? sandboxEnvironmentSnapshots,
})

Implementation

GoogleCloudAiplatformV1ListSandboxEnvironmentSnapshotsResponse({
  this.nextPageToken,
  this.sandboxEnvironmentSnapshots,
});