GoogleCloudAiplatformV1ListAnnotationsResponse constructor

GoogleCloudAiplatformV1ListAnnotationsResponse({
  1. List<GoogleCloudAiplatformV1Annotation>? annotations,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListAnnotationsResponse({
  this.annotations,
  this.nextPageToken,
});