GoogleCloudApihubV1ListApiOperationsResponse constructor
GoogleCloudApihubV1ListApiOperationsResponse({
- List<
GoogleCloudApihubV1ApiOperation> ? apiOperations, - String? nextPageToken,
Implementation
GoogleCloudApihubV1ListApiOperationsResponse({
this.apiOperations,
this.nextPageToken,
});