summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumInk.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EnumInk.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/EnumInk.go30
1 files changed, 30 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EnumInk.go b/vendor/github.com/yaegashi/msgraph.go/beta/EnumInk.go
new file mode 100644
index 00000000..16467e85
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/EnumInk.go
@@ -0,0 +1,30 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// InkAccessSetting undocumented
+type InkAccessSetting string
+
+const (
+ // InkAccessSettingVNotConfigured undocumented
+ InkAccessSettingVNotConfigured InkAccessSetting = "notConfigured"
+ // InkAccessSettingVEnabled undocumented
+ InkAccessSettingVEnabled InkAccessSetting = "enabled"
+ // InkAccessSettingVDisabled undocumented
+ InkAccessSettingVDisabled InkAccessSetting = "disabled"
+)
+
+var (
+ // InkAccessSettingPNotConfigured is a pointer to InkAccessSettingVNotConfigured
+ InkAccessSettingPNotConfigured = &_InkAccessSettingPNotConfigured
+ // InkAccessSettingPEnabled is a pointer to InkAccessSettingVEnabled
+ InkAccessSettingPEnabled = &_InkAccessSettingPEnabled
+ // InkAccessSettingPDisabled is a pointer to InkAccessSettingVDisabled
+ InkAccessSettingPDisabled = &_InkAccessSettingPDisabled
+)
+
+var (
+ _InkAccessSettingPNotConfigured = InkAccessSettingVNotConfigured
+ _InkAccessSettingPEnabled = InkAccessSettingVEnabled
+ _InkAccessSettingPDisabled = InkAccessSettingVDisabled
+)