summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumPhysical.go
blob: 6fd0b596962a363094c8fe65cd69d2fbb02fe952 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// PhysicalAddressType undocumented
type PhysicalAddressType string

const (
	// PhysicalAddressTypeVUnknown undocumented
	PhysicalAddressTypeVUnknown PhysicalAddressType = "unknown"
	// PhysicalAddressTypeVHome undocumented
	PhysicalAddressTypeVHome PhysicalAddressType = "home"
	// PhysicalAddressTypeVBusiness undocumented
	PhysicalAddressTypeVBusiness PhysicalAddressType = "business"
	// PhysicalAddressTypeVOther undocumented
	PhysicalAddressTypeVOther PhysicalAddressType = "other"
)

var (
	// PhysicalAddressTypePUnknown is a pointer to PhysicalAddressTypeVUnknown
	PhysicalAddressTypePUnknown = &_PhysicalAddressTypePUnknown
	// PhysicalAddressTypePHome is a pointer to PhysicalAddressTypeVHome
	PhysicalAddressTypePHome = &_PhysicalAddressTypePHome
	// PhysicalAddressTypePBusiness is a pointer to PhysicalAddressTypeVBusiness
	PhysicalAddressTypePBusiness = &_PhysicalAddressTypePBusiness
	// PhysicalAddressTypePOther is a pointer to PhysicalAddressTypeVOther
	PhysicalAddressTypePOther = &_PhysicalAddressTypePOther
)

var (
	_PhysicalAddressTypePUnknown  = PhysicalAddressTypeVUnknown
	_PhysicalAddressTypePHome     = PhysicalAddressTypeVHome
	_PhysicalAddressTypePBusiness = PhysicalAddressTypeVBusiness
	_PhysicalAddressTypePOther    = PhysicalAddressTypeVOther
)