View Source GoogleApi.ArtifactRegistry.V1beta1.Model.ListFilesResponse (google_api_artifact_registry v0.15.0)

The response from listing files.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1beta1.Model.ListFilesResponse{
  files: [GoogleApi.ArtifactRegistry.V1beta1.Model.File.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.