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

RPC request object returned by the AddBitbucketServerConnectedRepository RPC method.

Attributes

  • config (type: String.t, default: nil) - The name of the BitbucketServerConfig that added connected repository. Format: projects/{project}/locations/{location}/bitbucketServerConfigs/{config}
  • connectedRepository (type: GoogleApi.CloudBuild.V1.Model.BitbucketServerRepositoryId.t, default: nil) - The connected repository.

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.AddBitbucketServerConnectedRepositoryResponse{
    config: String.t() | nil,
    connectedRepository:
      GoogleApi.CloudBuild.V1.Model.BitbucketServerRepositoryId.t() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.