forked from lug/matterbridge
Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
19
vendor/github.com/yaegashi/msgraph.go/beta/EducationFormResourceModel.go
generated
vendored
Normal file
19
vendor/github.com/yaegashi/msgraph.go/beta/EducationFormResourceModel.go
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
// 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"`
|
||||
}
|
||||
Reference in New Issue
Block a user