View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1NetworkInfo (google_api_chrome_management v0.6.1)

Network device information. This field provides device information, which is static and will not change over time. Data for this field is controlled via policy: ReportNetworkDeviceConfiguration Data Collection Frequency: At device startup Default Data Reporting Frequency: At device startup - Policy Controlled: Yes Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_NETWORK_INFO

Attributes

  • networkDevices (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1NetworkDevice.t), default: nil) - Output only. List of network devices.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1NetworkInfo{
  networkDevices:
    [
      GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1NetworkDevice.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.