blob: 78653869cacab1237a9a6e07ca04f60288617db3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EducationMakeCodeResource undocumented
type EducationMakeCodeResource struct {
// EducationResource is the base model of EducationMakeCodeResource
EducationResource
// HostWebURL undocumented
HostWebURL *string `json:"hostWebUrl,omitempty"`
// ProjectID undocumented
ProjectID *string `json:"projectId,omitempty"`
}
|