diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/EducationSynchronizationCustomizationModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/EducationSynchronizationCustomizationModel.go | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/EducationSynchronizationCustomizationModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/EducationSynchronizationCustomizationModel.go new file mode 100644 index 00000000..4c61415c --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/EducationSynchronizationCustomizationModel.go @@ -0,0 +1,19 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +import "time" + +// EducationSynchronizationCustomization undocumented +type EducationSynchronizationCustomization struct { + // Object is the base model of EducationSynchronizationCustomization + Object + // OptionalPropertiesToSync undocumented + OptionalPropertiesToSync []string `json:"optionalPropertiesToSync,omitempty"` + // SynchronizationStartDate undocumented + SynchronizationStartDate *time.Time `json:"synchronizationStartDate,omitempty"` + // IsSyncDeferred undocumented + IsSyncDeferred *bool `json:"isSyncDeferred,omitempty"` + // AllowDisplayNameUpdate undocumented + AllowDisplayNameUpdate *bool `json:"allowDisplayNameUpdate,omitempty"` +} |