summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumImportance.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EnumImportance.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/EnumImportance.go30
1 files changed, 30 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EnumImportance.go b/vendor/github.com/yaegashi/msgraph.go/beta/EnumImportance.go
new file mode 100644
index 00000000..f6c10ee5
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/EnumImportance.go
@@ -0,0 +1,30 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// Importance undocumented
+type Importance string
+
+const (
+ // ImportanceVLow undocumented
+ ImportanceVLow Importance = "low"
+ // ImportanceVNormal undocumented
+ ImportanceVNormal Importance = "normal"
+ // ImportanceVHigh undocumented
+ ImportanceVHigh Importance = "high"
+)
+
+var (
+ // ImportancePLow is a pointer to ImportanceVLow
+ ImportancePLow = &_ImportancePLow
+ // ImportancePNormal is a pointer to ImportanceVNormal
+ ImportancePNormal = &_ImportancePNormal
+ // ImportancePHigh is a pointer to ImportanceVHigh
+ ImportancePHigh = &_ImportancePHigh
+)
+
+var (
+ _ImportancePLow = ImportanceVLow
+ _ImportancePNormal = ImportanceVNormal
+ _ImportancePHigh = ImportanceVHigh
+)