mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-25 12:12:05 -08:00
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
16 lines
563 B
Go
16 lines
563 B
Go
// 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"`
|
|
}
|