View Source GoogleApi.AndroidManagement.V1.Model.WifiRoamingPolicy (google_api_android_management v0.57.0)

Wi-Fi roaming policy.

Attributes

  • wifiRoamingSettings (type: list(GoogleApi.AndroidManagement.V1.Model.WifiRoamingSetting.t), default: nil) - Optional. Wi-Fi roaming settings. SSIDs provided in this list must be unique, the policy will be rejected otherwise.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AndroidManagement.V1.Model.WifiRoamingPolicy{
  wifiRoamingSettings:
    [GoogleApi.AndroidManagement.V1.Model.WifiRoamingSetting.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.