// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph // RoomList undocumented type RoomList struct { // Place is the base model of RoomList Place // EmailAddress undocumented EmailAddress *string `json:"emailAddress,omitempty"` // Rooms undocumented Rooms []Room `json:"rooms,omitempty"` }