google_api_artifact_registry v0.2.0 GoogleApi.ArtifactRegistry.V1beta1.Model.ListFilesResponse View Source
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.
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.ListFilesResponse{ files: [GoogleApi.ArtifactRegistry.V1beta1.Model.File.t()], nextPageToken: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.