github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelScheduling.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // SchedulingGroup undocumented
     6  type SchedulingGroup struct {
     7  	// ChangeTrackedEntity is the base model of SchedulingGroup
     8  	ChangeTrackedEntity
     9  	// DisplayName undocumented
    10  	DisplayName *string `json:"displayName,omitempty"`
    11  	// IsActive undocumented
    12  	IsActive *bool `json:"isActive,omitempty"`
    13  	// UserIDs undocumented
    14  	UserIDs []string `json:"userIds,omitempty"`
    15  }