forked from lug/matterbridge
Remove replace directives and use own fork to make go get work again (#1028)
See https://github.com/golang/go/issues/30354 go get doesn't honor the go.mod replace options.
This commit is contained in:
27
vendor/github.com/matterbridge/msgraph.go/beta/WorkbookFilterCriteriaModel.go
generated
vendored
Normal file
27
vendor/github.com/matterbridge/msgraph.go/beta/WorkbookFilterCriteriaModel.go
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
// WorkbookFilterCriteria undocumented
|
||||
type WorkbookFilterCriteria struct {
|
||||
// Object is the base model of WorkbookFilterCriteria
|
||||
Object
|
||||
// Color undocumented
|
||||
Color *string `json:"color,omitempty"`
|
||||
// Criterion1 undocumented
|
||||
Criterion1 *string `json:"criterion1,omitempty"`
|
||||
// Criterion2 undocumented
|
||||
Criterion2 *string `json:"criterion2,omitempty"`
|
||||
// DynamicCriteria undocumented
|
||||
DynamicCriteria *string `json:"dynamicCriteria,omitempty"`
|
||||
// FilterOn undocumented
|
||||
FilterOn *string `json:"filterOn,omitempty"`
|
||||
// Icon undocumented
|
||||
Icon *WorkbookIcon `json:"icon,omitempty"`
|
||||
// Operator undocumented
|
||||
Operator *string `json:"operator,omitempty"`
|
||||
// Values undocumented
|
||||
Values json.RawMessage `json:"values,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user