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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // GroupType undocumented
     6  type GroupType string
     7  
     8  const (
     9  	// GroupTypeVUnifiedGroups undocumented
    10  	GroupTypeVUnifiedGroups GroupType = "unifiedGroups"
    11  	// GroupTypeVAzureAD undocumented
    12  	GroupTypeVAzureAD GroupType = "azureAD"
    13  	// GroupTypeVUnknownFutureValue undocumented
    14  	GroupTypeVUnknownFutureValue GroupType = "unknownFutureValue"
    15  )
    16  
    17  var (
    18  	// GroupTypePUnifiedGroups is a pointer to GroupTypeVUnifiedGroups
    19  	GroupTypePUnifiedGroups = &_GroupTypePUnifiedGroups
    20  	// GroupTypePAzureAD is a pointer to GroupTypeVAzureAD
    21  	GroupTypePAzureAD = &_GroupTypePAzureAD
    22  	// GroupTypePUnknownFutureValue is a pointer to GroupTypeVUnknownFutureValue
    23  	GroupTypePUnknownFutureValue = &_GroupTypePUnknownFutureValue
    24  )
    25  
    26  var (
    27  	_GroupTypePUnifiedGroups      = GroupTypeVUnifiedGroups
    28  	_GroupTypePAzureAD            = GroupTypeVAzureAD
    29  	_GroupTypePUnknownFutureValue = GroupTypeVUnknownFutureValue
    30  )