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