View Source GoogleApi.AndroidManagement.V1.Model.ProxyInfo (google_api_android_management v0.48.2)

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

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.ProxyInfo{
  excludedHosts: [String.t()] | nil,
  host: String.t() | nil,
  pacUri: String.t() | nil,
  port: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.