View Source GoogleApi.ArtifactRegistry.V1.Model.ListAttachmentsResponse (google_api_artifact_registry v0.23.0)

The response from listing attachments.

Attributes

  • attachments (type: list(GoogleApi.ArtifactRegistry.V1.Model.Attachment.t), default: nil) - The attachments returned.
  • nextPageToken (type: String.t, default: nil) - The token to retrieve the next page of attachments, or empty if there are no more attachments to return.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.ListAttachmentsResponse{
  attachments: [GoogleApi.ArtifactRegistry.V1.Model.Attachment.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.