blob: 822de3070ed514418cc6fcd1b8c11de5b6b27595 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// RecordingInfo undocumented
type RecordingInfo struct {
// Object is the base model of RecordingInfo
Object
// RecordingStatus undocumented
RecordingStatus *RecordingStatus `json:"recordingStatus,omitempty"`
// InitiatedBy undocumented
InitiatedBy *ParticipantInfo `json:"initiatedBy,omitempty"`
}
|