github.com/yaegashi/msgraph.go@v0.1.4/v1.0/EnumLocation.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // LocationType undocumented
     6  type LocationType string
     7  
     8  const (
     9  	// LocationTypeVDefault undocumented
    10  	LocationTypeVDefault LocationType = "default"
    11  	// LocationTypeVConferenceRoom undocumented
    12  	LocationTypeVConferenceRoom LocationType = "conferenceRoom"
    13  	// LocationTypeVHomeAddress undocumented
    14  	LocationTypeVHomeAddress LocationType = "homeAddress"
    15  	// LocationTypeVBusinessAddress undocumented
    16  	LocationTypeVBusinessAddress LocationType = "businessAddress"
    17  	// LocationTypeVGeoCoordinates undocumented
    18  	LocationTypeVGeoCoordinates LocationType = "geoCoordinates"
    19  	// LocationTypeVStreetAddress undocumented
    20  	LocationTypeVStreetAddress LocationType = "streetAddress"
    21  	// LocationTypeVHotel undocumented
    22  	LocationTypeVHotel LocationType = "hotel"
    23  	// LocationTypeVRestaurant undocumented
    24  	LocationTypeVRestaurant LocationType = "restaurant"
    25  	// LocationTypeVLocalBusiness undocumented
    26  	LocationTypeVLocalBusiness LocationType = "localBusiness"
    27  	// LocationTypeVPostalAddress undocumented
    28  	LocationTypeVPostalAddress LocationType = "postalAddress"
    29  )
    30  
    31  var (
    32  	// LocationTypePDefault is a pointer to LocationTypeVDefault
    33  	LocationTypePDefault = &_LocationTypePDefault
    34  	// LocationTypePConferenceRoom is a pointer to LocationTypeVConferenceRoom
    35  	LocationTypePConferenceRoom = &_LocationTypePConferenceRoom
    36  	// LocationTypePHomeAddress is a pointer to LocationTypeVHomeAddress
    37  	LocationTypePHomeAddress = &_LocationTypePHomeAddress
    38  	// LocationTypePBusinessAddress is a pointer to LocationTypeVBusinessAddress
    39  	LocationTypePBusinessAddress = &_LocationTypePBusinessAddress
    40  	// LocationTypePGeoCoordinates is a pointer to LocationTypeVGeoCoordinates
    41  	LocationTypePGeoCoordinates = &_LocationTypePGeoCoordinates
    42  	// LocationTypePStreetAddress is a pointer to LocationTypeVStreetAddress
    43  	LocationTypePStreetAddress = &_LocationTypePStreetAddress
    44  	// LocationTypePHotel is a pointer to LocationTypeVHotel
    45  	LocationTypePHotel = &_LocationTypePHotel
    46  	// LocationTypePRestaurant is a pointer to LocationTypeVRestaurant
    47  	LocationTypePRestaurant = &_LocationTypePRestaurant
    48  	// LocationTypePLocalBusiness is a pointer to LocationTypeVLocalBusiness
    49  	LocationTypePLocalBusiness = &_LocationTypePLocalBusiness
    50  	// LocationTypePPostalAddress is a pointer to LocationTypeVPostalAddress
    51  	LocationTypePPostalAddress = &_LocationTypePPostalAddress
    52  )
    53  
    54  var (
    55  	_LocationTypePDefault         = LocationTypeVDefault
    56  	_LocationTypePConferenceRoom  = LocationTypeVConferenceRoom
    57  	_LocationTypePHomeAddress     = LocationTypeVHomeAddress
    58  	_LocationTypePBusinessAddress = LocationTypeVBusinessAddress
    59  	_LocationTypePGeoCoordinates  = LocationTypeVGeoCoordinates
    60  	_LocationTypePStreetAddress   = LocationTypeVStreetAddress
    61  	_LocationTypePHotel           = LocationTypeVHotel
    62  	_LocationTypePRestaurant      = LocationTypeVRestaurant
    63  	_LocationTypePLocalBusiness   = LocationTypeVLocalBusiness
    64  	_LocationTypePPostalAddress   = LocationTypeVPostalAddress
    65  )
    66  
    67  // LocationUniqueIDType undocumented
    68  type LocationUniqueIDType string
    69  
    70  const (
    71  	// LocationUniqueIDTypeVUnknown undocumented
    72  	LocationUniqueIDTypeVUnknown LocationUniqueIDType = "unknown"
    73  	// LocationUniqueIDTypeVLocationStore undocumented
    74  	LocationUniqueIDTypeVLocationStore LocationUniqueIDType = "locationStore"
    75  	// LocationUniqueIDTypeVDirectory undocumented
    76  	LocationUniqueIDTypeVDirectory LocationUniqueIDType = "directory"
    77  	// LocationUniqueIDTypeVPrivate undocumented
    78  	LocationUniqueIDTypeVPrivate LocationUniqueIDType = "private"
    79  	// LocationUniqueIDTypeVBing undocumented
    80  	LocationUniqueIDTypeVBing LocationUniqueIDType = "bing"
    81  )
    82  
    83  var (
    84  	// LocationUniqueIDTypePUnknown is a pointer to LocationUniqueIDTypeVUnknown
    85  	LocationUniqueIDTypePUnknown = &_LocationUniqueIDTypePUnknown
    86  	// LocationUniqueIDTypePLocationStore is a pointer to LocationUniqueIDTypeVLocationStore
    87  	LocationUniqueIDTypePLocationStore = &_LocationUniqueIDTypePLocationStore
    88  	// LocationUniqueIDTypePDirectory is a pointer to LocationUniqueIDTypeVDirectory
    89  	LocationUniqueIDTypePDirectory = &_LocationUniqueIDTypePDirectory
    90  	// LocationUniqueIDTypePPrivate is a pointer to LocationUniqueIDTypeVPrivate
    91  	LocationUniqueIDTypePPrivate = &_LocationUniqueIDTypePPrivate
    92  	// LocationUniqueIDTypePBing is a pointer to LocationUniqueIDTypeVBing
    93  	LocationUniqueIDTypePBing = &_LocationUniqueIDTypePBing
    94  )
    95  
    96  var (
    97  	_LocationUniqueIDTypePUnknown       = LocationUniqueIDTypeVUnknown
    98  	_LocationUniqueIDTypePLocationStore = LocationUniqueIDTypeVLocationStore
    99  	_LocationUniqueIDTypePDirectory     = LocationUniqueIDTypeVDirectory
   100  	_LocationUniqueIDTypePPrivate       = LocationUniqueIDTypeVPrivate
   101  	_LocationUniqueIDTypePBing          = LocationUniqueIDTypeVBing
   102  )