summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelInitiator.go
blob: 8123eb5996ae97d4636526b73fdc9c6af2838cae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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"`
}