blob: b5778640d6e0fc15800e34d26d3fec75cfd9433e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"`
}
|