mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 06:20:28 +00:00
40 lines
1.2 KiB
Go
40 lines
1.2 KiB
Go
// Code generated by msgraph.go/gen 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"`
|
|
}
|