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