View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1NetworkSetting (google_api_chrome_policy v0.5.1)

A network setting contains network configurations.

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.