Struct google_androidenterprise1::MaintenanceWindow[][src]

pub struct MaintenanceWindow {
    pub start_time_after_midnight_ms: Option<String>,
    pub duration_ms: Option<String>,
}

Maintenance window for managed Google Play Accounts. This allows Play store to update the apps on the foreground in the designated window.

This type is not used in any activity, and only used as part of another schema.

Fields

Start time of the maintenance window, in milliseconds after midnight on the device. Windows can span midnight.

Duration of the maintenance window, in milliseconds. The duration must be between 30 minutes and 24 hours (inclusive).

Trait Implementations

impl Default for MaintenanceWindow
[src]

Returns the "default value" for a type. Read more

impl Clone for MaintenanceWindow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MaintenanceWindow
[src]

Formats the value using the given formatter. Read more

impl Part for MaintenanceWindow
[src]

Auto Trait Implementations