GoogleApi.CloudBuild.V1.Model.ListGitLabRepositoriesResponse (google_api_cloud_build v0.54.0)
View SourceRPC response object returned by the ListGitLabRepositories RPC method.
Attributes
-
gitlabRepositories(type:list(GoogleApi.CloudBuild.V1.Model.GitLabRepository.t), default:nil) - List of GitLab repositories -
nextPageToken(type:String.t, default:nil) - A token that can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudBuild.V1.Model.ListGitLabRepositoriesResponse{ gitlabRepositories: [GoogleApi.CloudBuild.V1.Model.GitLabRepository.t()] | nil, nextPageToken: String.t() | nil }