GoogleCloudApihubV1ListDiscoveredApiOperationsResponse constructor

GoogleCloudApihubV1ListDiscoveredApiOperationsResponse({
  1. List<GoogleCloudApihubV1DiscoveredApiOperation>? discoveredApiOperations,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApihubV1ListDiscoveredApiOperationsResponse({
  this.discoveredApiOperations,
  this.nextPageToken,
});