blob: 2b3de16f201d22de4a6816c7e68a4431ce9dd1a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// AlertCollectionUpdateAlertsRequestParameter undocumented
type AlertCollectionUpdateAlertsRequestParameter struct {
// Value undocumented
Value []Alert `json:"value,omitempty"`
}
|