forked from lug/matterbridge
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
39
vendor/github.com/yaegashi/msgraph.go/beta/ModelOpen.go
generated
vendored
Normal file
39
vendor/github.com/yaegashi/msgraph.go/beta/ModelOpen.go
generated
vendored
Normal file
@@ -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"`
|
||||
}
|
||||
Reference in New Issue
Block a user