GoogleCloudAiplatformV1ListSandboxEnvironmentsResponse constructor

GoogleCloudAiplatformV1ListSandboxEnvironmentsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudAiplatformV1SandboxEnvironment>? sandboxEnvironments,
})

Implementation

GoogleCloudAiplatformV1ListSandboxEnvironmentsResponse({
  this.nextPageToken,
  this.sandboxEnvironments,
});