mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 08:40:29 +00:00
80 lines
3.9 KiB
Go
80 lines
3.9 KiB
Go
// Code generated by msgraph.go/gen DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// MicrosoftEdgeChannel undocumented
|
|
type MicrosoftEdgeChannel string
|
|
|
|
const (
|
|
// MicrosoftEdgeChannelVDev undocumented
|
|
MicrosoftEdgeChannelVDev MicrosoftEdgeChannel = "dev"
|
|
// MicrosoftEdgeChannelVBeta undocumented
|
|
MicrosoftEdgeChannelVBeta MicrosoftEdgeChannel = "beta"
|
|
// MicrosoftEdgeChannelVStable undocumented
|
|
MicrosoftEdgeChannelVStable MicrosoftEdgeChannel = "stable"
|
|
)
|
|
|
|
var (
|
|
// MicrosoftEdgeChannelPDev is a pointer to MicrosoftEdgeChannelVDev
|
|
MicrosoftEdgeChannelPDev = &_MicrosoftEdgeChannelPDev
|
|
// MicrosoftEdgeChannelPBeta is a pointer to MicrosoftEdgeChannelVBeta
|
|
MicrosoftEdgeChannelPBeta = &_MicrosoftEdgeChannelPBeta
|
|
// MicrosoftEdgeChannelPStable is a pointer to MicrosoftEdgeChannelVStable
|
|
MicrosoftEdgeChannelPStable = &_MicrosoftEdgeChannelPStable
|
|
)
|
|
|
|
var (
|
|
_MicrosoftEdgeChannelPDev = MicrosoftEdgeChannelVDev
|
|
_MicrosoftEdgeChannelPBeta = MicrosoftEdgeChannelVBeta
|
|
_MicrosoftEdgeChannelPStable = MicrosoftEdgeChannelVStable
|
|
)
|
|
|
|
// MicrosoftStoreForBusinessLicenseType undocumented
|
|
type MicrosoftStoreForBusinessLicenseType string
|
|
|
|
const (
|
|
// MicrosoftStoreForBusinessLicenseTypeVOffline undocumented
|
|
MicrosoftStoreForBusinessLicenseTypeVOffline MicrosoftStoreForBusinessLicenseType = "offline"
|
|
// MicrosoftStoreForBusinessLicenseTypeVOnline undocumented
|
|
MicrosoftStoreForBusinessLicenseTypeVOnline MicrosoftStoreForBusinessLicenseType = "online"
|
|
)
|
|
|
|
var (
|
|
// MicrosoftStoreForBusinessLicenseTypePOffline is a pointer to MicrosoftStoreForBusinessLicenseTypeVOffline
|
|
MicrosoftStoreForBusinessLicenseTypePOffline = &_MicrosoftStoreForBusinessLicenseTypePOffline
|
|
// MicrosoftStoreForBusinessLicenseTypePOnline is a pointer to MicrosoftStoreForBusinessLicenseTypeVOnline
|
|
MicrosoftStoreForBusinessLicenseTypePOnline = &_MicrosoftStoreForBusinessLicenseTypePOnline
|
|
)
|
|
|
|
var (
|
|
_MicrosoftStoreForBusinessLicenseTypePOffline = MicrosoftStoreForBusinessLicenseTypeVOffline
|
|
_MicrosoftStoreForBusinessLicenseTypePOnline = MicrosoftStoreForBusinessLicenseTypeVOnline
|
|
)
|
|
|
|
// MicrosoftStoreForBusinessPortalSelectionOptions undocumented
|
|
type MicrosoftStoreForBusinessPortalSelectionOptions string
|
|
|
|
const (
|
|
// MicrosoftStoreForBusinessPortalSelectionOptionsVNone undocumented
|
|
MicrosoftStoreForBusinessPortalSelectionOptionsVNone MicrosoftStoreForBusinessPortalSelectionOptions = "none"
|
|
// MicrosoftStoreForBusinessPortalSelectionOptionsVCompanyPortal undocumented
|
|
MicrosoftStoreForBusinessPortalSelectionOptionsVCompanyPortal MicrosoftStoreForBusinessPortalSelectionOptions = "companyPortal"
|
|
// MicrosoftStoreForBusinessPortalSelectionOptionsVPrivateStore undocumented
|
|
MicrosoftStoreForBusinessPortalSelectionOptionsVPrivateStore MicrosoftStoreForBusinessPortalSelectionOptions = "privateStore"
|
|
)
|
|
|
|
var (
|
|
// MicrosoftStoreForBusinessPortalSelectionOptionsPNone is a pointer to MicrosoftStoreForBusinessPortalSelectionOptionsVNone
|
|
MicrosoftStoreForBusinessPortalSelectionOptionsPNone = &_MicrosoftStoreForBusinessPortalSelectionOptionsPNone
|
|
// MicrosoftStoreForBusinessPortalSelectionOptionsPCompanyPortal is a pointer to MicrosoftStoreForBusinessPortalSelectionOptionsVCompanyPortal
|
|
MicrosoftStoreForBusinessPortalSelectionOptionsPCompanyPortal = &_MicrosoftStoreForBusinessPortalSelectionOptionsPCompanyPortal
|
|
// MicrosoftStoreForBusinessPortalSelectionOptionsPPrivateStore is a pointer to MicrosoftStoreForBusinessPortalSelectionOptionsVPrivateStore
|
|
MicrosoftStoreForBusinessPortalSelectionOptionsPPrivateStore = &_MicrosoftStoreForBusinessPortalSelectionOptionsPPrivateStore
|
|
)
|
|
|
|
var (
|
|
_MicrosoftStoreForBusinessPortalSelectionOptionsPNone = MicrosoftStoreForBusinessPortalSelectionOptionsVNone
|
|
_MicrosoftStoreForBusinessPortalSelectionOptionsPCompanyPortal = MicrosoftStoreForBusinessPortalSelectionOptionsVCompanyPortal
|
|
_MicrosoftStoreForBusinessPortalSelectionOptionsPPrivateStore = MicrosoftStoreForBusinessPortalSelectionOptionsVPrivateStore
|
|
)
|