blob: 3b6cbfa4e716f2beefb3cd0bee40dbc1892df981 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
// 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"`
}
|