GoogleApi.CloudBuild.V1.Model.ListBitbucketServerConfigsResponse (google_api_cloud_build v0.46.0) View Source

RPC response object returned by ListBitbucketServerConfigs RPC method.

Attributes

  • bitbucketServerConfigs (type: list(GoogleApi.CloudBuild.V1.Model.BitbucketServerConfig.t), default: nil) - A list of BitbucketServerConfigs
  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudBuild.V1.Model.ListBitbucketServerConfigsResponse{
  bitbucketServerConfigs:
    [GoogleApi.CloudBuild.V1.Model.BitbucketServerConfig.t()] | nil,
  nextPageToken: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.