GoogleCloudApihubV1ListVersionsResponse constructor

GoogleCloudApihubV1ListVersionsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudApihubV1Version>? versions,
})

Implementation

GoogleCloudApihubV1ListVersionsResponse({this.nextPageToken, this.versions});