GoogleCloudApihubV1ListDiscoveredApiOperationsResponse constructor
GoogleCloudApihubV1ListDiscoveredApiOperationsResponse({
- List<
GoogleCloudApihubV1DiscoveredApiOperation> ? discoveredApiOperations, - String? nextPageToken,
Implementation
GoogleCloudApihubV1ListDiscoveredApiOperationsResponse({
this.discoveredApiOperations,
this.nextPageToken,
});