google_api_android_management v0.5.0 GoogleApi.AndroidManagement.V1.Model.ProxyInfo View Source

Configuration info for an HTTP proxy. For a direct proxy, set the host, port, and excluded_hosts fields. For a PAC script proxy, set the pac_uri field.

Attributes

  • host (String.t): The host of the direct proxy. Defaults to: null.
  • excludedHosts ([String.t]): For a direct proxy, the hosts for which the proxy is bypassed. The host names may contain wildcards such as *.example.com. Defaults to: null.
  • pacUri (String.t): The URI of the PAC script used to configure the proxy. Defaults to: null.
  • port (integer()): The port of the direct proxy. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.ProxyInfo{
  excludedHosts: [any()],
  host: any(),
  pacUri: any(),
  port: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.