View Source GoogleApi.PlayIntegrity.V1.Model.RecentDeviceActivity (google_api_play_integrity v0.11.0)

Recent device activity can help developers identify devices that have exhibited hyperactive attestation activity, which could be a sign of an attack or token farming.

Attributes

  • deviceActivityLevel (type: String.t, default: nil) - Required. Indicates the activity level of the device.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.PlayIntegrity.V1.Model.RecentDeviceActivity{
  deviceActivityLevel: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.