View Source GoogleApi.AlertCenter.V1beta1.Model.DeviceManagementRule (google_api_alert_center v0.22.0)

Alerts from Device Management Rules configured by Admin.

Attributes

  • deviceId (type: String.t, default: nil) - Required. The device ID.
  • deviceModel (type: String.t, default: nil) - The model of the device.
  • deviceType (type: String.t, default: nil) - The type of the device.
  • email (type: String.t, default: nil) - The email of the user this alert was created for.
  • iosVendorId (type: String.t, default: nil) - Required for iOS, empty for others.
  • resourceId (type: String.t, default: nil) - The device resource ID.
  • serialNumber (type: String.t, default: nil) - The serial number of the device.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.DeviceManagementRule{
  deviceId: String.t() | nil,
  deviceModel: String.t() | nil,
  deviceType: String.t() | nil,
  email: String.t() | nil,
  iosVendorId: String.t() | nil,
  resourceId: String.t() | nil,
  serialNumber: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.