GoogleCloudAiplatformV1ListArtifactsResponse constructor

GoogleCloudAiplatformV1ListArtifactsResponse({
  1. List<GoogleCloudAiplatformV1Artifact>? artifacts,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListArtifactsResponse({
  this.artifacts,
  this.nextPageToken,
});