mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
16 lines
439 B
Go
16 lines
439 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// SchedulingGroup undocumented
|
||
|
type SchedulingGroup struct {
|
||
|
// ChangeTrackedEntity is the base model of SchedulingGroup
|
||
|
ChangeTrackedEntity
|
||
|
// DisplayName undocumented
|
||
|
DisplayName *string `json:"displayName,omitempty"`
|
||
|
// IsActive undocumented
|
||
|
IsActive *bool `json:"isActive,omitempty"`
|
||
|
// UserIDs undocumented
|
||
|
UserIDs []string `json:"userIds,omitempty"`
|
||
|
}
|