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

The device or profile has been remotely locked via the LOCK command.

Attributes

  • adminPackageName (type: String.t, default: nil) - Package name of the admin app requesting the change.
  • adminUserId (type: integer(), default: nil) - User ID of the admin app from the which the change was requested.
  • targetUserId (type: integer(), default: nil) - User ID in which the change was requested in.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.RemoteLockEvent{
  adminPackageName: String.t() | nil,
  adminUserId: integer() | nil,
  targetUserId: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.