diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EnumLost.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/EnumLost.go | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EnumLost.go b/vendor/github.com/yaegashi/msgraph.go/beta/EnumLost.go new file mode 100644 index 00000000..c76b0892 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/EnumLost.go @@ -0,0 +1,25 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// LostModeState undocumented +type LostModeState string + +const ( + // LostModeStateVDisabled undocumented + LostModeStateVDisabled LostModeState = "disabled" + // LostModeStateVEnabled undocumented + LostModeStateVEnabled LostModeState = "enabled" +) + +var ( + // LostModeStatePDisabled is a pointer to LostModeStateVDisabled + LostModeStatePDisabled = &_LostModeStatePDisabled + // LostModeStatePEnabled is a pointer to LostModeStateVEnabled + LostModeStatePEnabled = &_LostModeStatePEnabled +) + +var ( + _LostModeStatePDisabled = LostModeStateVDisabled + _LostModeStatePEnabled = LostModeStateVEnabled +) |