GoogleApi.CloudBuild.V2.Model.ListRepositoriesResponse (google_api_cloud_build v0.54.0)
View SourceMessage for response to listing Repositories.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token identifying a page of results the server should return. -
repositories(type:list(GoogleApi.CloudBuild.V2.Model.Repository.t), default:nil) - The list of Repositories. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudBuild.V2.Model.ListRepositoriesResponse{ nextPageToken: String.t() | nil, repositories: [GoogleApi.CloudBuild.V2.Model.Repository.t()] | nil, unreachable: [String.t()] | nil }