View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1NetworkBandwidthReport (google_api_chrome_management v0.9.0)
Network bandwidth report. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT
Attributes
-
downloadSpeedKbps
(type:String.t
, default:nil
) - Output only. Download speed in kilobits per second. -
reportTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp of when the report was collected.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1NetworkBandwidthReport{ downloadSpeedKbps: String.t() | nil, reportTime: DateTime.t() | nil }