GoogleApi.CloudBuild.V1.Model.GitSourceRepository (google_api_cloud_build v0.54.0)

View Source

A repository for a git source.

Attributes

  • developerConnect (type: String.t, default: nil) - The Developer Connect Git repository link or the url that matches a repository link in the current project, formatted as projects/*/locations/*/connections/*/gitRepositoryLink/*
  • url (type: String.t, default: nil) - Location of the Git repository.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudBuild.V1.Model.GitSourceRepository{
  developerConnect: String.t() | nil,
  url: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.