ListPythonPackagesResponse constructor

ListPythonPackagesResponse({
  1. String? nextPageToken,
  2. List<PythonPackage>? pythonPackages,
})

Implementation

ListPythonPackagesResponse({this.nextPageToken, this.pythonPackages});