GoogleApi.ContainerAnalysis.V1alpha1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceRepository (google_api_container_analysis v0.34.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.ContainerAnalysis.V1alpha1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceRepository{
    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.