summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumPlatform.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EnumPlatform.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/EnumPlatform.go45
1 files changed, 45 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EnumPlatform.go b/vendor/github.com/yaegashi/msgraph.go/beta/EnumPlatform.go
new file mode 100644
index 00000000..797ce7f2
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/EnumPlatform.go
@@ -0,0 +1,45 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// Platform undocumented
+type Platform string
+
+const (
+ // PlatformVUnknown undocumented
+ PlatformVUnknown Platform = "unknown"
+ // PlatformVIOS undocumented
+ PlatformVIOS Platform = "ios"
+ // PlatformVAndroid undocumented
+ PlatformVAndroid Platform = "android"
+ // PlatformVWindows undocumented
+ PlatformVWindows Platform = "windows"
+ // PlatformVWindowsMobile undocumented
+ PlatformVWindowsMobile Platform = "windowsMobile"
+ // PlatformVMacOS undocumented
+ PlatformVMacOS Platform = "macOS"
+)
+
+var (
+ // PlatformPUnknown is a pointer to PlatformVUnknown
+ PlatformPUnknown = &_PlatformPUnknown
+ // PlatformPIOS is a pointer to PlatformVIOS
+ PlatformPIOS = &_PlatformPIOS
+ // PlatformPAndroid is a pointer to PlatformVAndroid
+ PlatformPAndroid = &_PlatformPAndroid
+ // PlatformPWindows is a pointer to PlatformVWindows
+ PlatformPWindows = &_PlatformPWindows
+ // PlatformPWindowsMobile is a pointer to PlatformVWindowsMobile
+ PlatformPWindowsMobile = &_PlatformPWindowsMobile
+ // PlatformPMacOS is a pointer to PlatformVMacOS
+ PlatformPMacOS = &_PlatformPMacOS
+)
+
+var (
+ _PlatformPUnknown = PlatformVUnknown
+ _PlatformPIOS = PlatformVIOS
+ _PlatformPAndroid = PlatformVAndroid
+ _PlatformPWindows = PlatformVWindows
+ _PlatformPWindowsMobile = PlatformVWindowsMobile
+ _PlatformPMacOS = PlatformVMacOS
+)