View Source GoogleApi.PlayIntegrity.V1.Model.AccountDetails (google_api_play_integrity v0.11.0)
Contains the account information such as the licensing status for the user in the scope.
Attributes
-
accountActivity
(type:GoogleApi.PlayIntegrity.V1.Model.AccountActivity.t
, default:nil
) - (Restricted Access) Details about the account activity for the user in the scope. -
appLicensingVerdict
(type:String.t
, default:nil
) - Required. Details about the licensing status of the user for the app in the scope.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PlayIntegrity.V1.Model.AccountDetails{ accountActivity: GoogleApi.PlayIntegrity.V1.Model.AccountActivity.t() | nil, appLicensingVerdict: String.t() | nil }