blob: b46c0367fabdfd68e1e261d8a47ea9871ff6a514 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// TokenMeetingInfo undocumented
type TokenMeetingInfo struct {
// MeetingInfo is the base model of TokenMeetingInfo
MeetingInfo
// Token undocumented
Token *string `json:"token,omitempty"`
}
|