google_api_android_enterprise v0.7.0 GoogleApi.AndroidEnterprise.V1.Model.AutoInstallPolicy View Source
Attributes
- autoInstallConstraint (list(GoogleApi.AndroidEnterprise.V1.Model.AutoInstallConstraint.t)): The constraints for auto-installing the app. You can specify a maximum of one constraint. Defaults to
nil
. - autoInstallMode (String.t): The auto-install mode. If unset defaults to "doNotAutoInstall". Defaults to
nil
. - autoInstallPriority (integer()): The priority of the install, as an unsigned integer. A lower number means higher priority. Defaults to
nil
. - 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
nil
.
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()
View Source
t() :: %GoogleApi.AndroidEnterprise.V1.Model.AutoInstallPolicy{
autoInstallConstraint: [
GoogleApi.AndroidEnterprise.V1.Model.AutoInstallConstraint.t()
],
autoInstallMode: String.t(),
autoInstallPriority: integer(),
minimumVersionCode: integer()
}
t() :: %GoogleApi.AndroidEnterprise.V1.Model.AutoInstallPolicy{ autoInstallConstraint: [ GoogleApi.AndroidEnterprise.V1.Model.AutoInstallConstraint.t() ], autoInstallMode: String.t(), autoInstallPriority: integer(), minimumVersionCode: integer() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.