blob: e927da6f1f83eb7f11252b27238dcb9f7d2e7d50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// IncomingContext undocumented
type IncomingContext struct {
// Object is the base model of IncomingContext
Object
// SourceParticipantID undocumented
SourceParticipantID *string `json:"sourceParticipantId,omitempty"`
// ObservedParticipantID undocumented
ObservedParticipantID *string `json:"observedParticipantId,omitempty"`
// OnBehalfOf undocumented
OnBehalfOf *IdentitySet `json:"onBehalfOf,omitempty"`
// Transferor undocumented
Transferor *IdentitySet `json:"transferor,omitempty"`
}
|