View Source GoogleApi.AndroidManagement.V1.Model.ConnectEvent (google_api_android_management v0.48.2)

A TCP connect event was initiated through the standard network stack.

Attributes

  • destinationIpAddress (type: String.t, default: nil) - The destination IP address of the connect call.
  • destinationPort (type: integer(), default: nil) - The destination port of the connect call.
  • packageName (type: String.t, default: nil) - The package name of the UID that performed the connect call.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.ConnectEvent{
  destinationIpAddress: String.t() | nil,
  destinationPort: integer() | nil,
  packageName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.