github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelToken.go (about)

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