View Source GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceLastKnownNetwork (google_api_admin v0.40.0)

Information for an ip address.

Attributes

  • ipAddress (type: String.t, default: nil) - The IP address.
  • wanIpAddress (type: String.t, default: nil) - The WAN IP address.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceLastKnownNetwork{
  ipAddress: String.t() | nil,
  wanIpAddress: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.