diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ActionTi.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ActionTi.go | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ActionTi.go b/vendor/github.com/yaegashi/msgraph.go/beta/ActionTi.go new file mode 100644 index 00000000..230969e5 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ActionTi.go @@ -0,0 +1,27 @@ +// Code generated by msgraph-generate.go 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"` +} |