forked from lug/matterbridge
Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
57
vendor/github.com/yaegashi/msgraph.go/beta/DeviceManangementIntentValueTypeEnum.go
generated
vendored
Normal file
57
vendor/github.com/yaegashi/msgraph.go/beta/DeviceManangementIntentValueTypeEnum.go
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// DeviceManangementIntentValueType undocumented
|
||||
type DeviceManangementIntentValueType int
|
||||
|
||||
const (
|
||||
// DeviceManangementIntentValueTypeVInteger undocumented
|
||||
DeviceManangementIntentValueTypeVInteger DeviceManangementIntentValueType = 0
|
||||
// DeviceManangementIntentValueTypeVBoolean undocumented
|
||||
DeviceManangementIntentValueTypeVBoolean DeviceManangementIntentValueType = 1
|
||||
// DeviceManangementIntentValueTypeVString undocumented
|
||||
DeviceManangementIntentValueTypeVString DeviceManangementIntentValueType = 2
|
||||
// DeviceManangementIntentValueTypeVComplex undocumented
|
||||
DeviceManangementIntentValueTypeVComplex DeviceManangementIntentValueType = 3
|
||||
// DeviceManangementIntentValueTypeVCollection undocumented
|
||||
DeviceManangementIntentValueTypeVCollection DeviceManangementIntentValueType = 4
|
||||
// DeviceManangementIntentValueTypeVAbstractComplex undocumented
|
||||
DeviceManangementIntentValueTypeVAbstractComplex DeviceManangementIntentValueType = 5
|
||||
)
|
||||
|
||||
// DeviceManangementIntentValueTypePInteger returns a pointer to DeviceManangementIntentValueTypeVInteger
|
||||
func DeviceManangementIntentValueTypePInteger() *DeviceManangementIntentValueType {
|
||||
v := DeviceManangementIntentValueTypeVInteger
|
||||
return &v
|
||||
}
|
||||
|
||||
// DeviceManangementIntentValueTypePBoolean returns a pointer to DeviceManangementIntentValueTypeVBoolean
|
||||
func DeviceManangementIntentValueTypePBoolean() *DeviceManangementIntentValueType {
|
||||
v := DeviceManangementIntentValueTypeVBoolean
|
||||
return &v
|
||||
}
|
||||
|
||||
// DeviceManangementIntentValueTypePString returns a pointer to DeviceManangementIntentValueTypeVString
|
||||
func DeviceManangementIntentValueTypePString() *DeviceManangementIntentValueType {
|
||||
v := DeviceManangementIntentValueTypeVString
|
||||
return &v
|
||||
}
|
||||
|
||||
// DeviceManangementIntentValueTypePComplex returns a pointer to DeviceManangementIntentValueTypeVComplex
|
||||
func DeviceManangementIntentValueTypePComplex() *DeviceManangementIntentValueType {
|
||||
v := DeviceManangementIntentValueTypeVComplex
|
||||
return &v
|
||||
}
|
||||
|
||||
// DeviceManangementIntentValueTypePCollection returns a pointer to DeviceManangementIntentValueTypeVCollection
|
||||
func DeviceManangementIntentValueTypePCollection() *DeviceManangementIntentValueType {
|
||||
v := DeviceManangementIntentValueTypeVCollection
|
||||
return &v
|
||||
}
|
||||
|
||||
// DeviceManangementIntentValueTypePAbstractComplex returns a pointer to DeviceManangementIntentValueTypeVAbstractComplex
|
||||
func DeviceManangementIntentValueTypePAbstractComplex() *DeviceManangementIntentValueType {
|
||||
v := DeviceManangementIntentValueTypeVAbstractComplex
|
||||
return &v
|
||||
}
|
||||
Reference in New Issue
Block a user