blob: 06a160638d51b9f4db7a73e065383fa41ff4d0bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// TiIndicatorCollectionSubmitTiIndicatorsRequestParameter undocumented
type TiIndicatorCollectionSubmitTiIndicatorsRequestParameter struct {
// Value undocumented
Value []TiIndicator `json:"value,omitempty"`
}
// TiIndicatorCollectionUpdateTiIndicatorsRequestParameter undocumented
type TiIndicatorCollectionUpdateTiIndicatorsRequestParameter struct {
// Value undocumented
Value []TiIndicator `json:"value,omitempty"`
}
// TiIndicatorCollectionDeleteTiIndicatorsRequestParameter undocumented
type TiIndicatorCollectionDeleteTiIndicatorsRequestParameter struct {
// Value undocumented
Value []string `json:"value,omitempty"`
}
// TiIndicatorCollectionDeleteTiIndicatorsByExternalIDRequestParameter undocumented
type TiIndicatorCollectionDeleteTiIndicatorsByExternalIDRequestParameter struct {
// Value undocumented
Value []string `json:"value,omitempty"`
}
|