5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 18:22:30 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelOpen.go

40 lines
1.2 KiB
Go
Raw Normal View History

// 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"`
}