mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-13 04:30:26 +00:00
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"`
|
||
|
}
|