mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 11:00:27 +00:00
16 lines
403 B
Go
16 lines
403 B
Go
|
// 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"`
|
||
|
}
|