diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/GovernanceScheduleModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/GovernanceScheduleModel.go | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/GovernanceScheduleModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/GovernanceScheduleModel.go deleted file mode 100644 index 93767704..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/GovernanceScheduleModel.go +++ /dev/null @@ -1,19 +0,0 @@ -// 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"` -} |