View Source GoogleApi.ArtifactRegistry.V1.Model.ListMavenArtifactsResponse (google_api_artifact_registry v0.15.0)

The response from listing maven artifacts.

Attributes

  • mavenArtifacts (type: list(GoogleApi.ArtifactRegistry.V1.Model.MavenArtifact.t), default: nil) - The maven artifacts returned.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.ListMavenArtifactsResponse{
  mavenArtifacts: [GoogleApi.ArtifactRegistry.V1.Model.MavenArtifact.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.