Struct google_androidmanagement1::SystemUpdate [−][src]
pub struct SystemUpdate {
pub end_minutes: Option<i32>,
pub start_minutes: Option<i32>,
pub type_: Option<String>,
}Configuration for managing system updates
This type is not used in any activity, and only used as part of another schema.
Fields
end_minutes: Option<i32>
If the type is WINDOWED, the end of the maintenance window, measured as the number of minutes after midnight in device 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.
start_minutes: Option<i32>
If the type is WINDOWED, the start of the maintenance window, measured as the number of minutes after midnight in device local time. This value must be between 0 and 1439, inclusive.
type_: Option<String>
The type of system update to configure.
Trait Implementations
impl Default for SystemUpdate[src]
impl Default for SystemUpdatefn default() -> SystemUpdate[src]
fn default() -> SystemUpdateReturns the "default value" for a type. Read more
impl Clone for SystemUpdate[src]
impl Clone for SystemUpdatefn clone(&self) -> SystemUpdate[src]
fn clone(&self) -> SystemUpdateReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for SystemUpdate[src]
impl Debug for SystemUpdatefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for SystemUpdate[src]
impl Part for SystemUpdateAuto Trait Implementations
impl Send for SystemUpdate
impl Send for SystemUpdateimpl Sync for SystemUpdate
impl Sync for SystemUpdate