View Source GoogleApi.PlayIntegrity.V1.Model.WriteDeviceRecallRequest (google_api_play_integrity v0.9.0)

Request to write device recall bits.

Attributes

  • integrityToken (type: String.t, default: nil) - Required. Integrity token obtained from calling Play Integrity API. Note that the integrity token contains the existing device recall bits. The write will only succeed if those bits in the integrity token are up to date.
  • newValues (type: GoogleApi.PlayIntegrity.V1.Model.Values.t, default: nil) - Required. The new values for the device recall bits to be written.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PlayIntegrity.V1.Model.WriteDeviceRecallRequest{
  integrityToken: String.t() | nil,
  newValues: GoogleApi.PlayIntegrity.V1.Model.Values.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.