Class MaintenanceWindow
Specifies the recurring maintenance window.
Implements
Inherited Members
Namespace: Google.Apis.Looker.v1.Data
Assembly: Google.Apis.Looker.v1.dll
Syntax
public class MaintenanceWindow : IDirectResponseSchema
Properties
DayOfWeek
Required. Day of the week for this MaintenanceWindow (in UTC).
Declaration
[JsonProperty("dayOfWeek")]
public virtual string DayOfWeek { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StartTime
Required. Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
Declaration
[JsonProperty("startTime")]
public virtual TimeOfDay StartTime { get; set; }
Property Value
Type | Description |
---|---|
TimeOfDay |