View Source GoogleApi.SourceRepo.V1.Model.ListReposResponse (google_api_source_repo v0.16.3)

Response for ListRepos. The size is not set in the returned repositories.

Attributes

  • nextPageToken (type: String.t, default: nil) - If non-empty, additional repositories exist within the project. These can be retrieved by including this value in the next ListReposRequest's page_token field.
  • repos (type: list(GoogleApi.SourceRepo.V1.Model.Repo.t), default: nil) - The listed repos.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SourceRepo.V1.Model.ListReposResponse{
  nextPageToken: String.t() | nil,
  repos: [GoogleApi.SourceRepo.V1.Model.Repo.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.