GoogleCloudAiplatformV1ListEntityTypesResponse constructor

GoogleCloudAiplatformV1ListEntityTypesResponse({
  1. List<GoogleCloudAiplatformV1EntityType>? entityTypes,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListEntityTypesResponse({
  this.entityTypes,
  this.nextPageToken,
});