View Source GoogleApi.AndroidManagement.V1.Model.ApiLevelCondition (google_api_android_management v0.57.0)
A compliance rule condition which is satisfied if the Android Framework API level on the device doesn't meet a minimum requirement. There can only be one rule with this type of condition per policy.
Attributes
-
minApiLevel
(type:integer()
, default:nil
) - The minimum desired Android Framework API level. If the device doesn't meet the minimum requirement, this condition is satisfied. Must be greater than zero.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidManagement.V1.Model.ApiLevelCondition{ minApiLevel: integer() | nil }