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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // Initiator undocumented
     6  type Initiator struct {
     7  	// Object is the base model of Initiator
     8  	Object
     9  	// ID undocumented
    10  	ID *string `json:"id,omitempty"`
    11  	// DisplayName undocumented
    12  	DisplayName *string `json:"displayName,omitempty"`
    13  	// InitiatorType undocumented
    14  	InitiatorType *InitiatorType `json:"initiatorType,omitempty"`
    15  }