diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelOpen.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ModelOpen.go | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelOpen.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelOpen.go new file mode 100644 index 00000000..f82e2e36 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelOpen.go @@ -0,0 +1,39 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// OpenShift undocumented +type OpenShift struct { + // ChangeTrackedEntity is the base model of OpenShift + ChangeTrackedEntity + // SharedOpenShift undocumented + SharedOpenShift *OpenShiftItem `json:"sharedOpenShift,omitempty"` + // DraftOpenShift undocumented + DraftOpenShift *OpenShiftItem `json:"draftOpenShift,omitempty"` + // SchedulingGroupID undocumented + SchedulingGroupID *string `json:"schedulingGroupId,omitempty"` +} + +// OpenShiftChangeRequestObject undocumented +type OpenShiftChangeRequestObject struct { + // ScheduleChangeRequestObject is the base model of OpenShiftChangeRequestObject + ScheduleChangeRequestObject + // OpenShiftID undocumented + OpenShiftID *string `json:"openShiftId,omitempty"` +} + +// OpenShiftItem undocumented +type OpenShiftItem struct { + // ShiftItem is the base model of OpenShiftItem + ShiftItem + // OpenSlotCount undocumented + OpenSlotCount *int `json:"openSlotCount,omitempty"` +} + +// OpenTypeExtension undocumented +type OpenTypeExtension struct { + // Extension is the base model of OpenTypeExtension + Extension + // ExtensionName undocumented + ExtensionName *string `json:"extensionName,omitempty"` +} |