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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ObjectFlowTypes undocumented
     6  type ObjectFlowTypes string
     7  
     8  const (
     9  	// ObjectFlowTypesVNone undocumented
    10  	ObjectFlowTypesVNone ObjectFlowTypes = "None"
    11  	// ObjectFlowTypesVAdd undocumented
    12  	ObjectFlowTypesVAdd ObjectFlowTypes = "Add"
    13  	// ObjectFlowTypesVUpdate undocumented
    14  	ObjectFlowTypesVUpdate ObjectFlowTypes = "Update"
    15  	// ObjectFlowTypesVDelete undocumented
    16  	ObjectFlowTypesVDelete ObjectFlowTypes = "Delete"
    17  )
    18  
    19  var (
    20  	// ObjectFlowTypesPNone is a pointer to ObjectFlowTypesVNone
    21  	ObjectFlowTypesPNone = &_ObjectFlowTypesPNone
    22  	// ObjectFlowTypesPAdd is a pointer to ObjectFlowTypesVAdd
    23  	ObjectFlowTypesPAdd = &_ObjectFlowTypesPAdd
    24  	// ObjectFlowTypesPUpdate is a pointer to ObjectFlowTypesVUpdate
    25  	ObjectFlowTypesPUpdate = &_ObjectFlowTypesPUpdate
    26  	// ObjectFlowTypesPDelete is a pointer to ObjectFlowTypesVDelete
    27  	ObjectFlowTypesPDelete = &_ObjectFlowTypesPDelete
    28  )
    29  
    30  var (
    31  	_ObjectFlowTypesPNone   = ObjectFlowTypesVNone
    32  	_ObjectFlowTypesPAdd    = ObjectFlowTypesVAdd
    33  	_ObjectFlowTypesPUpdate = ObjectFlowTypesVUpdate
    34  	_ObjectFlowTypesPDelete = ObjectFlowTypesVDelete
    35  )