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

A DNS lookup event was initiated through the standard network stack.

Attributes

  • hostname (type: String.t, default: nil) - The hostname that was looked up.
  • ipAddresses (type: list(String.t), default: nil) - The (possibly truncated) list of the IP addresses returned for DNS lookup (max 10 IPv4 or IPv6 addresses).
  • packageName (type: String.t, default: nil) - The package name of the UID that performed the DNS lookup.
  • totalIpAddressesReturned (type: String.t, default: nil) - The number of IP addresses returned from the DNS lookup event. May be higher than the amount of ip_addresses if there were too many addresses to log.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.DnsEvent{
  hostname: String.t() | nil,
  ipAddresses: [String.t()] | nil,
  packageName: String.t() | nil,
  totalIpAddressesReturned: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.