mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
20 lines
605 B
Go
20 lines
605 B
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// EducationFormResource undocumented
|
|
type EducationFormResource struct {
|
|
// EducationResource is the base model of EducationFormResource
|
|
EducationResource
|
|
// OriginalFormID undocumented
|
|
OriginalFormID *string `json:"originalFormId,omitempty"`
|
|
// FormID undocumented
|
|
FormID *string `json:"formId,omitempty"`
|
|
// IsGroupForm undocumented
|
|
IsGroupForm *bool `json:"isGroupForm,omitempty"`
|
|
// ViewURL undocumented
|
|
ViewURL *string `json:"viewUrl,omitempty"`
|
|
// EditURL undocumented
|
|
EditURL *string `json:"editUrl,omitempty"`
|
|
}
|