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

/ BitbucketServerConnectedRepository represents a connected Bitbucket Server / repository.

Attributes

  • parent (type: String.t, default: nil) - The name of the BitbucketServerConfig that added connected repository. Format: projects/{project}/locations/{location}/bitbucketServerConfigs/{config}
  • repo (type: GoogleApi.CloudBuild.V1.Model.BitbucketServerRepositoryId.t, default: nil) - The Bitbucket Server repositories to connect.
  • status (type: GoogleApi.CloudBuild.V1.Model.Status.t, default: nil) - Output only. The status of the repo connection request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.BitbucketServerConnectedRepository{
  parent: String.t() | nil,
  repo: GoogleApi.CloudBuild.V1.Model.BitbucketServerRepositoryId.t() | nil,
  status: GoogleApi.CloudBuild.V1.Model.Status.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.