google_api_android_enterprise v0.2.0 GoogleApi.AndroidEnterprise.V1.Model.AutoInstallPolicy View Source

Attributes

  • autoInstallConstraint ([AutoInstallConstraint]): The constraints for the install. Currently there can be at most one constraint. Defaults to: null.
  • autoInstallMode (String.t): The auto install mode. If unset defaults to AVAILABLE. Defaults to: null.
  • autoInstallPriority (integer()): The priority of the install, as an unsigned integer. Lower number means higher priority. Defaults to: null.
  • minimumVersionCode (integer()): 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. Defaults to: null.

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 Source
t() :: %GoogleApi.AndroidEnterprise.V1.Model.AutoInstallPolicy{
  autoInstallConstraint: [
    GoogleApi.AndroidEnterprise.V1.Model.AutoInstallConstraint.t()
  ],
  autoInstallMode: any(),
  autoInstallPriority: any(),
  minimumVersionCode: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.