diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/LabelingOptionsModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/LabelingOptionsModel.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/LabelingOptionsModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/LabelingOptionsModel.go deleted file mode 100644 index 16790a31..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/LabelingOptionsModel.go +++ /dev/null @@ -1,17 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// LabelingOptions undocumented -type LabelingOptions struct { - // Object is the base model of LabelingOptions - Object - // LabelID undocumented - LabelID *UUID `json:"labelId,omitempty"` - // AssignmentMethod undocumented - AssignmentMethod *AssignmentMethod `json:"assignmentMethod,omitempty"` - // DowngradeJustification undocumented - DowngradeJustification *DowngradeJustification `json:"downgradeJustification,omitempty"` - // ExtendedProperties undocumented - ExtendedProperties []KeyValuePair `json:"extendedProperties,omitempty"` -} |