Show / Hide Table of Contents

Class MaintenanceWindow

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

Inheritance
object
MaintenanceWindow
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX