blob: fb86bc4e106c11c882fef0a6195d87aeb5dd961a (
plain) (
tree)
|
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// Deleted undocumented
type Deleted struct {
// Object is the base model of Deleted
Object
// State undocumented
State *string `json:"state,omitempty"`
}
|