summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/CloudCommunicationsModel.go
blob: 1d0c2913fd9e801aa44d8596b728e4e6659a00b3 (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

// CloudCommunications undocumented
type CloudCommunications struct {
	// Entity is the base model of CloudCommunications
	Entity
	// Calls undocumented
	Calls []Call `json:"calls,omitempty"`
	// OnlineMeetings undocumented
	OnlineMeetings []OnlineMeeting `json:"onlineMeetings,omitempty"`
}