diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EducationMakeCodeResourceModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/EducationMakeCodeResourceModel.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EducationMakeCodeResourceModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/EducationMakeCodeResourceModel.go new file mode 100644 index 00000000..78653869 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/EducationMakeCodeResourceModel.go @@ -0,0 +1,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"` +} |