GoogleCloudApihubV1ListCurationsResponse constructor

GoogleCloudApihubV1ListCurationsResponse({
  1. List<GoogleCloudApihubV1Curation>? curations,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApihubV1ListCurationsResponse({
  this.curations,
  this.nextPageToken,
});