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

GitLabRepositoryId identifies a specific repository hosted on GitLab.com or GitLabEnterprise

Attributes

  • id (type: String.t, default: nil) - Required. Identifier for the repository. example: "namespace/project-slug", namespace is usually the username or group ID
  • 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.GitLabRepositoryId{
  id: String.t() | nil,
  webhookId: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.