google_api_android_management v0.1.0 GoogleApi.AndroidManagement.V1.Model.SystemUpdate View Source

Configuration for managing system updates

Attributes

  • endMinutes (integer()): If the type is WINDOWED, the end of the maintenance window, measured as the number of minutes after midnight in device's local time. This value must be between 0 and 1439, inclusive. If this value is less than start_minutes, then the maintenance window spans midnight. If the maintenance window specified is smaller than 30 minutes, the actual window is extended to 30 minutes beyond the start time. Defaults to: null.
  • startMinutes (integer()): If the type is WINDOWED, the start of the maintenance window, measured as the number of minutes after midnight in the device's local time. This value must be between 0 and 1439, inclusive. Defaults to: null.
  • type (String.t): The type of system update to configure. Defaults to: null.

    • Enum - one of [SYSTEM_UPDATE_TYPE_UNSPECIFIED, AUTOMATIC, WINDOWED, POSTPONE]

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.AndroidManagement.V1.Model.SystemUpdate{
  endMinutes: any(),
  startMinutes: any(),
  type: 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.