github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelIncoming.go (about)

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