google_api_android_enterprise v0.9.0 GoogleApi.AndroidEnterprise.V1.Model.AutoInstallPolicy View Source
Attributes
autoInstallConstraint
(type:list(GoogleApi.AndroidEnterprise.V1.Model.AutoInstallConstraint.t)
, default:nil
) - The constraints for auto-installing the app. You can specify a maximum of one constraint.autoInstallMode
(type:String.t
, default:nil
) - The auto-install mode. If unset defaults to "doNotAutoInstall".autoInstallPriority
(type:integer()
, default:nil
) - The priority of the install, as an unsigned integer. A lower number means higher priority.minimumVersionCode
(type:integer()
, default:nil
) - The minimum version of the app. If a lower version of the app is installed, then the app will be auto-updated according to the auto-install constraints, instead of waiting for the regular auto-update.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.AndroidEnterprise.V1.Model.AutoInstallPolicy{ autoInstallConstraint: [ GoogleApi.AndroidEnterprise.V1.Model.AutoInstallConstraint.t() ], autoInstallMode: String.t(), autoInstallPriority: integer(), minimumVersionCode: integer() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.