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

package msgraph

import "time"

// GovernanceSchedule undocumented
type GovernanceSchedule struct {
	// Object is the base model of GovernanceSchedule
	Object
	// Type undocumented
	Type *string `json:"type,omitempty"`
	// StartDateTime undocumented
	StartDateTime *time.Time `json:"startDateTime,omitempty"`
	// EndDateTime undocumented
	EndDateTime *time.Time `json:"endDateTime,omitempty"`
	// Duration undocumented
	Duration *time.Duration `json:"duration,omitempty"`
}