blob: f916100a0f76e853cc4973c0b61881503926ed54 (
plain) (
tree)
|
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// CommsNotifications undocumented
type CommsNotifications struct {
// Object is the base model of CommsNotifications
Object
// Value undocumented
Value []CommsNotification `json:"value,omitempty"`
}
|