blob: 0dd3b9af3b07022e99241085172205a143a8b9c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// OutgoingCallOptions undocumented
type OutgoingCallOptions struct {
// CallOptions is the base model of OutgoingCallOptions
CallOptions
}
|