blob: 938c21eeaa68c1fb6cb6aa5f9690a26d67812618 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// SpecialFolder undocumented
type SpecialFolder struct {
// Object is the base model of SpecialFolder
Object
// Name undocumented
Name *string `json:"name,omitempty"`
}
|