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

BitbucketServerRepository represents a repository hosted on a Bitbucket Server.

Attributes

  • browseUri (type: String.t, default: nil) - Link to the browse repo page on the Bitbucket Server instance.
  • description (type: String.t, default: nil) - Description of the repository.
  • displayName (type: String.t, default: nil) - Display name of the repository.
  • name (type: String.t, default: nil) - The resource name of the repository.
  • repoId (type: GoogleApi.CloudBuild.V1.Model.BitbucketServerRepositoryId.t, default: nil) - Identifier for a repository hosted on a Bitbucket Server.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.BitbucketServerRepository{
  browseUri: String.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  name: String.t() | nil,
  repoId: GoogleApi.CloudBuild.V1.Model.BitbucketServerRepositoryId.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.