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

Device was started.

Attributes

  • verifiedBootState (type: String.t, default: nil) - Verified Boot state.
  • verityMode (type: String.t, default: nil) - dm-verity mode.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.OsStartupEvent{
  verifiedBootState: String.t() | nil,
  verityMode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.