blob: 31e7f9c3e2fac1027e75fda2e2e2fbfc94778902 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// RecordOperation undocumented
type RecordOperation struct {
// CommsOperation is the base model of RecordOperation
CommsOperation
// RecordingLocation undocumented
RecordingLocation *string `json:"recordingLocation,omitempty"`
// RecordingAccessToken undocumented
RecordingAccessToken *string `json:"recordingAccessToken,omitempty"`
// CompletionReason undocumented
CompletionReason *RecordCompletionReason `json:"completionReason,omitempty"`
}
|