GoogleCloudApihubV1ListSpecsResponse constructor
GoogleCloudApihubV1ListSpecsResponse({
- String? nextPageToken,
- List<
GoogleCloudApihubV1Spec> ? specs,
Implementation
GoogleCloudApihubV1ListSpecsResponse({this.nextPageToken, this.specs});