summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/InvitationParticipantInfoModel.go
blob: 3cd99e657d2931534828481d7afad309e9d1a2d0 (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

// InvitationParticipantInfo undocumented
type InvitationParticipantInfo struct {
	// Object is the base model of InvitationParticipantInfo
	Object
	// Identity undocumented
	Identity *IdentitySet `json:"identity,omitempty"`
	// EndpointType undocumented
	EndpointType *EndpointType `json:"endpointType,omitempty"`
	// ReplacesCallID undocumented
	ReplacesCallID *string `json:"replacesCallId,omitempty"`
}