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