View Source GoogleApi.ArtifactRegistry.V1.Model.ListPythonPackagesResponse (google_api_artifact_registry v0.23.0)
The response from listing python packages.
Attributes
-
nextPageToken(type:String.t, default:nil) - The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return. -
pythonPackages(type:list(GoogleApi.ArtifactRegistry.V1.Model.PythonPackage.t), default:nil) - The python packages returned.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.ListPythonPackagesResponse{ nextPageToken: String.t() | nil, pythonPackages: [GoogleApi.ArtifactRegistry.V1.Model.PythonPackage.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.