GoogleApi.AndroidManagement.V1.Model.ApiLevelCondition (google_api_android_management v0.43.1) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AndroidManagement.V1.Model.ApiLevelCondition{ minApiLevel: integer() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.