blob: 34876da7b516168e3a05b194a19333838d479bab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// TimeConstraint undocumented
type TimeConstraint struct {
// Object is the base model of TimeConstraint
Object
// ActivityDomain undocumented
ActivityDomain *ActivityDomain `json:"activityDomain,omitempty"`
// TimeSlots undocumented
TimeSlots []TimeSlot `json:"timeSlots,omitempty"`
}
|