// 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"` }