blob: a12eeed2affaa14bf6f31c5e5baa60092d9d95e8 (
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
// Directory undocumented
type Directory struct {
// Entity is the base model of Directory
Entity
// DeletedItems undocumented
DeletedItems []DirectoryObject `json:"deletedItems,omitempty"`
// FeatureRolloutPolicies undocumented
FeatureRolloutPolicies []FeatureRolloutPolicy `json:"featureRolloutPolicies,omitempty"`
}
|