GoogleCloudApihubV1ListVersionsResponse constructor
GoogleCloudApihubV1ListVersionsResponse({
- String? nextPageToken,
- List<
GoogleCloudApihubV1Version> ? versions,
Implementation
GoogleCloudApihubV1ListVersionsResponse({this.nextPageToken, this.versions});