View Source GoogleApi.AndroidEnterprise.V1.Model.AutoInstallConstraint (google_api_android_enterprise v0.28.0)

The auto-install constraint. Defines a set of restrictions for installation. At least one of the fields must be set.

Attributes

  • chargingStateConstraint (type: String.t, default: nil) - Charging state constraint.
  • deviceIdleStateConstraint (type: String.t, default: nil) - Device idle state constraint.
  • networkTypeConstraint (type: String.t, default: nil) - Network type constraint.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.AutoInstallConstraint{
  chargingStateConstraint: String.t() | nil,
  deviceIdleStateConstraint: String.t() | nil,
  networkTypeConstraint: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.