blob: af959b5b8c04794a27d82b1f91c832f45549b464 (
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
// 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"`
}
|