GoogleApi.ArtifactRegistry.V1beta1.Model.ListTagsResponse (google_api_artifact_registry v0.8.1) View Source

The response from listing tags.

Attributes

  • nextPageToken (type: String.t, default: nil) - The token to retrieve the next page of tags, or empty if there are no more tags to return.
  • tags (type: list(GoogleApi.ArtifactRegistry.V1beta1.Model.Tag.t), default: nil) - The tags 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.ListTagsResponse{
  nextPageToken: String.t() | nil,
  tags: [GoogleApi.ArtifactRegistry.V1beta1.Model.Tag.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.