GoogleApi.SourceRepo.V1.Model.ListReposResponse (google_api_source_repo v0.16.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SourceRepo.V1.Model.ListReposResponse{ nextPageToken: String.t() | nil, repos: [GoogleApi.SourceRepo.V1.Model.Repo.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.