summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/WindowsUpdateScheduledInstallModel.go
blob: 02e8c3c85179096d1bdcc7509f5b61dc0d093294 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

import "time"

// WindowsUpdateScheduledInstall undocumented
type WindowsUpdateScheduledInstall struct {
	// WindowsUpdateInstallScheduleType is the base model of WindowsUpdateScheduledInstall
	WindowsUpdateInstallScheduleType
	// ScheduledInstallDay Scheduled Install Day in week
	ScheduledInstallDay *WeeklySchedule `json:"scheduledInstallDay,omitempty"`
	// ScheduledInstallTime Scheduled Install Time during day
	ScheduledInstallTime *time.Time `json:"scheduledInstallTime,omitempty"`
}