5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-05 20:06:17 +00:00

12 lines
226 B
Go
Raw Normal View History

2020-09-04 23:29:13 +02:00
// 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"`
}