View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent (google_api_chrome_management v0.6.0)

TelemetryNetworkConnectionStateChangeEvent is triggered on network connection state changes. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT

Attributes

  • connectionState (type: String.t, default: nil) - Current connection state of the network.
  • guid (type: String.t, default: nil) - Unique identifier of the network.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent{
    connectionState: String.t() | nil,
    guid: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.