github.com/yaegashi/msgraph.go@v0.1.4/beta/EnumExchange.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ExchangeIDFormat undocumented
     6  type ExchangeIDFormat string
     7  
     8  const (
     9  	// ExchangeIDFormatVEntryID undocumented
    10  	ExchangeIDFormatVEntryID ExchangeIDFormat = "entryId"
    11  	// ExchangeIDFormatVEwsID undocumented
    12  	ExchangeIDFormatVEwsID ExchangeIDFormat = "ewsId"
    13  	// ExchangeIDFormatVImmutableEntryID undocumented
    14  	ExchangeIDFormatVImmutableEntryID ExchangeIDFormat = "immutableEntryId"
    15  	// ExchangeIDFormatVRestID undocumented
    16  	ExchangeIDFormatVRestID ExchangeIDFormat = "restId"
    17  	// ExchangeIDFormatVRestImmutableEntryID undocumented
    18  	ExchangeIDFormatVRestImmutableEntryID ExchangeIDFormat = "restImmutableEntryId"
    19  )
    20  
    21  var (
    22  	// ExchangeIDFormatPEntryID is a pointer to ExchangeIDFormatVEntryID
    23  	ExchangeIDFormatPEntryID = &_ExchangeIDFormatPEntryID
    24  	// ExchangeIDFormatPEwsID is a pointer to ExchangeIDFormatVEwsID
    25  	ExchangeIDFormatPEwsID = &_ExchangeIDFormatPEwsID
    26  	// ExchangeIDFormatPImmutableEntryID is a pointer to ExchangeIDFormatVImmutableEntryID
    27  	ExchangeIDFormatPImmutableEntryID = &_ExchangeIDFormatPImmutableEntryID
    28  	// ExchangeIDFormatPRestID is a pointer to ExchangeIDFormatVRestID
    29  	ExchangeIDFormatPRestID = &_ExchangeIDFormatPRestID
    30  	// ExchangeIDFormatPRestImmutableEntryID is a pointer to ExchangeIDFormatVRestImmutableEntryID
    31  	ExchangeIDFormatPRestImmutableEntryID = &_ExchangeIDFormatPRestImmutableEntryID
    32  )
    33  
    34  var (
    35  	_ExchangeIDFormatPEntryID              = ExchangeIDFormatVEntryID
    36  	_ExchangeIDFormatPEwsID                = ExchangeIDFormatVEwsID
    37  	_ExchangeIDFormatPImmutableEntryID     = ExchangeIDFormatVImmutableEntryID
    38  	_ExchangeIDFormatPRestID               = ExchangeIDFormatVRestID
    39  	_ExchangeIDFormatPRestImmutableEntryID = ExchangeIDFormatVRestImmutableEntryID
    40  )