blob: 68793e68ffc32c13fbcb5e5f574cbd58e29eb408 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go 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"`
}
|