View Source GoogleApi.PlayIntegrity.V1.Model.WriteDeviceRecallRequest (google_api_play_integrity v0.11.0)
Request to write device recall bits.
Attributes
-
integrityToken
(type:String.t
, default:nil
) - Required. Integrity token obtained from calling Play Integrity API. -
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 }