GoogleCloudApihubV1RetrieveApiViewsResponse constructor

GoogleCloudApihubV1RetrieveApiViewsResponse({
  1. List<GoogleCloudApihubV1ApiView>? apiViews,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApihubV1RetrieveApiViewsResponse({
  this.apiViews,
  this.nextPageToken,
});