GoogleApi.DeveloperConnect.V1.Model.LinkableGitRepository (google_api_developer_connect v0.6.0)

View Source

LinkableGitRepository represents a git repository that can be linked to a connection.

Attributes

  • cloneUri (type: String.t, default: nil) - The clone uri of the repository.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DeveloperConnect.V1.Model.LinkableGitRepository{
  cloneUri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.