View Source GoogleApi.PlayIntegrity.V1.Model.DeviceRecall (google_api_play_integrity v0.10.1)
Contains the recall bits per device set by the developer.
Attributes
-
values
(type:GoogleApi.PlayIntegrity.V1.Model.Values.t
, default:nil
) - Required. Contains the recall bits values. -
writeDates
(type:GoogleApi.PlayIntegrity.V1.Model.WriteDates.t
, default:nil
) - Required. Contains the recall bits write dates.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PlayIntegrity.V1.Model.DeviceRecall{ values: GoogleApi.PlayIntegrity.V1.Model.Values.t() | nil, writeDates: GoogleApi.PlayIntegrity.V1.Model.WriteDates.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.