Class MaintenanceWindow
Maintenance window for managed Google Play Accounts. This allows Play store to update the apps on the foreground in the designated window.
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class MaintenanceWindow : IDirectResponseSchema
Properties
DurationMs
Duration of the maintenance window, in milliseconds. The duration must be between 30 minutes and 24 hours (inclusive).
Declaration
[JsonProperty("durationMs")]
public virtual long? DurationMs { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StartTimeAfterMidnightMs
Start time of the maintenance window, in milliseconds after midnight on the device. Windows can span midnight.
Declaration
[JsonProperty("startTimeAfterMidnightMs")]
public virtual long? StartTimeAfterMidnightMs { get; set; }
Property Value
Type | Description |
---|---|
long? |