blob: f6e5568efa64e5d9fed1f9c521a6d36f82a7db66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph.go/gen 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"`
}
|