View Source GoogleApi.AlertCenter.V1beta1.Model.LoginDetails (google_api_alert_center v0.24.0)

The details of the login action.

Attributes

  • ipAddress (type: String.t, default: nil) - Optional. The human-readable IP address (for example, 11.22.33.44) that is associated with the warning event.
  • loginTime (type: DateTime.t, default: nil) - Optional. The successful login time that is associated with the warning event. This isn't present for blocked login attempts.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.LoginDetails{
  ipAddress: String.t() | nil,
  loginTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.