// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// Initiator undocumented
type Initiator struct {
	// Object is the base model of Initiator
	Object
	// ID undocumented
	ID *string `json:"id,omitempty"`
	// DisplayName undocumented
	DisplayName *string `json:"displayName,omitempty"`
	// InitiatorType undocumented
	InitiatorType *InitiatorType `json:"initiatorType,omitempty"`
}