View Source GoogleApi.ArtifactRegistry.V1beta1.Model.ListTagsResponse (google_api_artifact_registry v0.15.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ArtifactRegistry.V1beta1.Model.ListTagsResponse{ nextPageToken: String.t() | nil, tags: [GoogleApi.ArtifactRegistry.V1beta1.Model.Tag.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.