ListPythonPackagesResponse constructor
ListPythonPackagesResponse({
- String? nextPageToken,
- List<
PythonPackage> ? pythonPackages,
Implementation
ListPythonPackagesResponse({this.nextPageToken, this.pythonPackages});