blob: 47164ec956a1a5dc9a6ca07095f379e0007eb890 (
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
// DeleteAction undocumented
type DeleteAction struct {
// Object is the base model of DeleteAction
Object
// Name undocumented
Name *string `json:"name,omitempty"`
// ObjectType undocumented
ObjectType *string `json:"objectType,omitempty"`
}
|