summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/LabelingOptionsModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/LabelingOptionsModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/LabelingOptionsModel.go17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/LabelingOptionsModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/LabelingOptionsModel.go
new file mode 100644
index 00000000..16790a31
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/LabelingOptionsModel.go
@@ -0,0 +1,17 @@
+// 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"`
+}