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

BitbucketServerRepositoryId identifies a specific repository hosted on a Bitbucket Server.

Attributes

  • projectKey (type: String.t, default: nil) - Required. Identifier for the project storing the repository.
  • repoSlug (type: String.t, default: nil) - Required. Identifier for the repository.
  • webhookId (type: integer(), default: nil) - Output only. The ID of the webhook that was created for receiving events from this repo. We only create and manage a single webhook for each repo.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.BitbucketServerRepositoryId{
  projectKey: String.t() | nil,
  repoSlug: String.t() | nil,
  webhookId: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.