View Source GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceRecentUsers (google_api_admin v0.39.0)

A list of recent device users, in descending order, by last login time.

Attributes

  • email (type: String.t, default: nil) - The user's email address. This is only present if the user type is USER_TYPE_MANAGED.
  • type (type: String.t, default: nil) - The type of the user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceRecentUsers{
  email: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.