google_api_source_repo v0.3.0 GoogleApi.SourceRepo.V1.Model.ListReposResponse View Source
Response for ListRepos. The size is not set in the returned repositories.
Attributes
- nextPageToken (String.t): 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. Defaults to:
null
. - repos ([Repo]): The listed repos. Defaults to:
null
.
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: any(),
repos: [GoogleApi.SourceRepo.V1.Model.Repo.t()]
}
t() :: %GoogleApi.SourceRepo.V1.Model.ListReposResponse{ nextPageToken: any(), 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.