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

View Source

The git proxy configuration.

Attributes

  • enabled (type: boolean(), default: nil) - Optional. Setting this to true allows the git proxy to be used for performing git operations on the repositories linked in the connection.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DeveloperConnect.V1.Model.GitProxyConfig{
  enabled: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.