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

Parameters associated with the START_LOST_MODE command to put the device into lost mode. At least one of the parameters, not including the organization name, must be provided in order for the device to be put into lost mode.

Attributes

  • lostEmailAddress (type: String.t, default: nil) - The email address displayed to the user when the device is in lost mode.
  • lostMessage (type: GoogleApi.AndroidManagement.V1.Model.UserFacingMessage.t, default: nil) - The message displayed to the user when the device is in lost mode.
  • lostOrganization (type: GoogleApi.AndroidManagement.V1.Model.UserFacingMessage.t, default: nil) - The organization name displayed to the user when the device is in lost mode.
  • lostPhoneNumber (type: GoogleApi.AndroidManagement.V1.Model.UserFacingMessage.t, default: nil) - The phone number that will be called when the device is in lost mode and the call owner button is tapped.
  • lostStreetAddress (type: GoogleApi.AndroidManagement.V1.Model.UserFacingMessage.t, default: nil) - The street address displayed to the user when the device is in lost mode.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.StartLostModeParams{
  lostEmailAddress: String.t() | nil,
  lostMessage: GoogleApi.AndroidManagement.V1.Model.UserFacingMessage.t() | nil,
  lostOrganization:
    GoogleApi.AndroidManagement.V1.Model.UserFacingMessage.t() | nil,
  lostPhoneNumber:
    GoogleApi.AndroidManagement.V1.Model.UserFacingMessage.t() | nil,
  lostStreetAddress:
    GoogleApi.AndroidManagement.V1.Model.UserFacingMessage.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.