5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 07:52:32 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumProperty.go
2020-03-22 00:02:48 +01:00

61 lines
2.6 KiB
Go

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// PropertyType undocumented
type PropertyType string
const (
// PropertyTypeVString undocumented
PropertyTypeVString PropertyType = "String"
// PropertyTypeVInt64 undocumented
PropertyTypeVInt64 PropertyType = "Int64"
// PropertyTypeVDouble undocumented
PropertyTypeVDouble PropertyType = "Double"
// PropertyTypeVDateTime undocumented
PropertyTypeVDateTime PropertyType = "DateTime"
// PropertyTypeVBoolean undocumented
PropertyTypeVBoolean PropertyType = "Boolean"
// PropertyTypeVStringCollection undocumented
PropertyTypeVStringCollection PropertyType = "StringCollection"
// PropertyTypeVInt64Collection undocumented
PropertyTypeVInt64Collection PropertyType = "Int64Collection"
// PropertyTypeVDoubleCollection undocumented
PropertyTypeVDoubleCollection PropertyType = "DoubleCollection"
// PropertyTypeVDateTimeCollection undocumented
PropertyTypeVDateTimeCollection PropertyType = "DateTimeCollection"
)
var (
// PropertyTypePString is a pointer to PropertyTypeVString
PropertyTypePString = &_PropertyTypePString
// PropertyTypePInt64 is a pointer to PropertyTypeVInt64
PropertyTypePInt64 = &_PropertyTypePInt64
// PropertyTypePDouble is a pointer to PropertyTypeVDouble
PropertyTypePDouble = &_PropertyTypePDouble
// PropertyTypePDateTime is a pointer to PropertyTypeVDateTime
PropertyTypePDateTime = &_PropertyTypePDateTime
// PropertyTypePBoolean is a pointer to PropertyTypeVBoolean
PropertyTypePBoolean = &_PropertyTypePBoolean
// PropertyTypePStringCollection is a pointer to PropertyTypeVStringCollection
PropertyTypePStringCollection = &_PropertyTypePStringCollection
// PropertyTypePInt64Collection is a pointer to PropertyTypeVInt64Collection
PropertyTypePInt64Collection = &_PropertyTypePInt64Collection
// PropertyTypePDoubleCollection is a pointer to PropertyTypeVDoubleCollection
PropertyTypePDoubleCollection = &_PropertyTypePDoubleCollection
// PropertyTypePDateTimeCollection is a pointer to PropertyTypeVDateTimeCollection
PropertyTypePDateTimeCollection = &_PropertyTypePDateTimeCollection
)
var (
_PropertyTypePString = PropertyTypeVString
_PropertyTypePInt64 = PropertyTypeVInt64
_PropertyTypePDouble = PropertyTypeVDouble
_PropertyTypePDateTime = PropertyTypeVDateTime
_PropertyTypePBoolean = PropertyTypeVBoolean
_PropertyTypePStringCollection = PropertyTypeVStringCollection
_PropertyTypePInt64Collection = PropertyTypeVInt64Collection
_PropertyTypePDoubleCollection = PropertyTypeVDoubleCollection
_PropertyTypePDateTimeCollection = PropertyTypeVDateTimeCollection
)