GoogleApi.ArtifactRegistry.V1beta1.Model.ListPackagesResponse (google_api_artifact_registry v0.3.0) View Source
The response from listing packages.
Attributes
-
nextPageToken(type:String.t, default:nil) - The token to retrieve the next page of packages, or empty if there are no more packages to return. -
packages(type:list(GoogleApi.ArtifactRegistry.V1beta1.Model.Package.t), default:nil) - The packages returned.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ArtifactRegistry.V1beta1.Model.ListPackagesResponse{
nextPageToken: String.t(),
packages: [GoogleApi.ArtifactRegistry.V1beta1.Model.Package.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.