summaryrefslogblamecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumOffice.go
blob: 5a31f263d41bdb771b807396af91f4a8a9062ecf (plain) (tree)
1
                                                



























































































                                                                                                                  
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// OfficeProductID undocumented
type OfficeProductID string

const (
	// OfficeProductIDVO365ProPlusRetail undocumented
	OfficeProductIDVO365ProPlusRetail OfficeProductID = "o365ProPlusRetail"
	// OfficeProductIDVO365BusinessRetail undocumented
	OfficeProductIDVO365BusinessRetail OfficeProductID = "o365BusinessRetail"
	// OfficeProductIDVVisioProRetail undocumented
	OfficeProductIDVVisioProRetail OfficeProductID = "visioProRetail"
	// OfficeProductIDVProjectProRetail undocumented
	OfficeProductIDVProjectProRetail OfficeProductID = "projectProRetail"
)

var (
	// OfficeProductIDPO365ProPlusRetail is a pointer to OfficeProductIDVO365ProPlusRetail
	OfficeProductIDPO365ProPlusRetail = &_OfficeProductIDPO365ProPlusRetail
	// OfficeProductIDPO365BusinessRetail is a pointer to OfficeProductIDVO365BusinessRetail
	OfficeProductIDPO365BusinessRetail = &_OfficeProductIDPO365BusinessRetail
	// OfficeProductIDPVisioProRetail is a pointer to OfficeProductIDVVisioProRetail
	OfficeProductIDPVisioProRetail = &_OfficeProductIDPVisioProRetail
	// OfficeProductIDPProjectProRetail is a pointer to OfficeProductIDVProjectProRetail
	OfficeProductIDPProjectProRetail = &_OfficeProductIDPProjectProRetail
)

var (
	_OfficeProductIDPO365ProPlusRetail  = OfficeProductIDVO365ProPlusRetail
	_OfficeProductIDPO365BusinessRetail = OfficeProductIDVO365BusinessRetail
	_OfficeProductIDPVisioProRetail     = OfficeProductIDVVisioProRetail
	_OfficeProductIDPProjectProRetail   = OfficeProductIDVProjectProRetail
)

// OfficeSuiteInstallProgressDisplayLevel undocumented
type OfficeSuiteInstallProgressDisplayLevel string

const (
	// OfficeSuiteInstallProgressDisplayLevelVNone undocumented
	OfficeSuiteInstallProgressDisplayLevelVNone OfficeSuiteInstallProgressDisplayLevel = "none"
	// OfficeSuiteInstallProgressDisplayLevelVFull undocumented
	OfficeSuiteInstallProgressDisplayLevelVFull OfficeSuiteInstallProgressDisplayLevel = "full"
)

var (
	// OfficeSuiteInstallProgressDisplayLevelPNone is a pointer to OfficeSuiteInstallProgressDisplayLevelVNone
	OfficeSuiteInstallProgressDisplayLevelPNone = &_OfficeSuiteInstallProgressDisplayLevelPNone
	// OfficeSuiteInstallProgressDisplayLevelPFull is a pointer to OfficeSuiteInstallProgressDisplayLevelVFull
	OfficeSuiteInstallProgressDisplayLevelPFull = &_OfficeSuiteInstallProgressDisplayLevelPFull
)

var (
	_OfficeSuiteInstallProgressDisplayLevelPNone = OfficeSuiteInstallProgressDisplayLevelVNone
	_OfficeSuiteInstallProgressDisplayLevelPFull = OfficeSuiteInstallProgressDisplayLevelVFull
)

// OfficeUpdateChannel undocumented
type OfficeUpdateChannel string

const (
	// OfficeUpdateChannelVNone undocumented
	OfficeUpdateChannelVNone OfficeUpdateChannel = "none"
	// OfficeUpdateChannelVCurrent undocumented
	OfficeUpdateChannelVCurrent OfficeUpdateChannel = "current"
	// OfficeUpdateChannelVDeferred undocumented
	OfficeUpdateChannelVDeferred OfficeUpdateChannel = "deferred"
	// OfficeUpdateChannelVFirstReleaseCurrent undocumented
	OfficeUpdateChannelVFirstReleaseCurrent OfficeUpdateChannel = "firstReleaseCurrent"
	// OfficeUpdateChannelVFirstReleaseDeferred undocumented
	OfficeUpdateChannelVFirstReleaseDeferred OfficeUpdateChannel = "firstReleaseDeferred"
)

var (
	// OfficeUpdateChannelPNone is a pointer to OfficeUpdateChannelVNone
	OfficeUpdateChannelPNone = &_OfficeUpdateChannelPNone
	// OfficeUpdateChannelPCurrent is a pointer to OfficeUpdateChannelVCurrent
	OfficeUpdateChannelPCurrent = &_OfficeUpdateChannelPCurrent
	// OfficeUpdateChannelPDeferred is a pointer to OfficeUpdateChannelVDeferred
	OfficeUpdateChannelPDeferred = &_OfficeUpdateChannelPDeferred
	// OfficeUpdateChannelPFirstReleaseCurrent is a pointer to OfficeUpdateChannelVFirstReleaseCurrent
	OfficeUpdateChannelPFirstReleaseCurrent = &_OfficeUpdateChannelPFirstReleaseCurrent
	// OfficeUpdateChannelPFirstReleaseDeferred is a pointer to OfficeUpdateChannelVFirstReleaseDeferred
	OfficeUpdateChannelPFirstReleaseDeferred = &_OfficeUpdateChannelPFirstReleaseDeferred
)

var (
	_OfficeUpdateChannelPNone                 = OfficeUpdateChannelVNone
	_OfficeUpdateChannelPCurrent              = OfficeUpdateChannelVCurrent
	_OfficeUpdateChannelPDeferred             = OfficeUpdateChannelVDeferred
	_OfficeUpdateChannelPFirstReleaseCurrent  = OfficeUpdateChannelVFirstReleaseCurrent
	_OfficeUpdateChannelPFirstReleaseDeferred = OfficeUpdateChannelVFirstReleaseDeferred
)