GoogleApi.CloudBuild.V1.Model.BitbucketServerRepository (google_api_cloud_build v0.46.0) View Source
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.
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.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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.