GoogleCloudApihubV1ListApisResponse constructor

GoogleCloudApihubV1ListApisResponse({
  1. List<GoogleCloudApihubV1Api>? apis,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApihubV1ListApisResponse({this.apis, this.nextPageToken});