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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // FeatureType undocumented
     6  type FeatureType string
     7  
     8  const (
     9  	// FeatureTypeVRegistration undocumented
    10  	FeatureTypeVRegistration FeatureType = "registration"
    11  	// FeatureTypeVReset undocumented
    12  	FeatureTypeVReset FeatureType = "reset"
    13  	// FeatureTypeVUnknownFutureValue undocumented
    14  	FeatureTypeVUnknownFutureValue FeatureType = "unknownFutureValue"
    15  )
    16  
    17  var (
    18  	// FeatureTypePRegistration is a pointer to FeatureTypeVRegistration
    19  	FeatureTypePRegistration = &_FeatureTypePRegistration
    20  	// FeatureTypePReset is a pointer to FeatureTypeVReset
    21  	FeatureTypePReset = &_FeatureTypePReset
    22  	// FeatureTypePUnknownFutureValue is a pointer to FeatureTypeVUnknownFutureValue
    23  	FeatureTypePUnknownFutureValue = &_FeatureTypePUnknownFutureValue
    24  )
    25  
    26  var (
    27  	_FeatureTypePRegistration       = FeatureTypeVRegistration
    28  	_FeatureTypePReset              = FeatureTypeVReset
    29  	_FeatureTypePUnknownFutureValue = FeatureTypeVUnknownFutureValue
    30  )