GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1NetworkSetting (google_api_chrome_policy v0.6.0)

View Source

A network setting contains network configurations. It adheres to the PolicyAPI formats defined under the namespace chrome.networks.{wifi/ethernet/cellular/vpn}.Details

Attributes

  • policySchema (type: String.t, default: nil) - The fully qualified name of the network setting.
  • value (type: map(), default: nil) - The value of the network setting.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1NetworkSetting{
    policySchema: String.t() | nil,
    value: map() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.