mirror of
https://github.com/42wim/matterbridge.git
synced 2025-10-03 17:17:34 +02:00
16 lines
527 B
Go
16 lines
527 B
Go
// Code generated by msgraph-generate.go 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"`
|
|
}
|