GoogleCloudApihubV1ListSpecsResponse constructor

GoogleCloudApihubV1ListSpecsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudApihubV1Spec>? specs,
})

Implementation

GoogleCloudApihubV1ListSpecsResponse({this.nextPageToken, this.specs});