summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelRecord.go
blob: 8916aee1a118a522e14e768299487d2a457a1dfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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"`
}