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