View Source GoogleApi.CloudBuild.V1.Model.ListGitLabConfigsResponse (google_api_cloud_build v0.50.1)

RPC response object returned by ListGitLabConfigs RPC method.

Attributes

  • gitlabConfigs (type: list(GoogleApi.CloudBuild.V1.Model.GitLabConfig.t), default: nil) - A list of GitLabConfigs
  • nextPageToken (type: String.t, default: nil) - A token that can be sent as page_token to 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.ListGitLabConfigsResponse{
  gitlabConfigs: [GoogleApi.CloudBuild.V1.Model.GitLabConfig.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.