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