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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // InferenceClassificationType undocumented
     6  type InferenceClassificationType string
     7  
     8  const (
     9  	// InferenceClassificationTypeVFocused undocumented
    10  	InferenceClassificationTypeVFocused InferenceClassificationType = "focused"
    11  	// InferenceClassificationTypeVOther undocumented
    12  	InferenceClassificationTypeVOther InferenceClassificationType = "other"
    13  )
    14  
    15  var (
    16  	// InferenceClassificationTypePFocused is a pointer to InferenceClassificationTypeVFocused
    17  	InferenceClassificationTypePFocused = &_InferenceClassificationTypePFocused
    18  	// InferenceClassificationTypePOther is a pointer to InferenceClassificationTypeVOther
    19  	InferenceClassificationTypePOther = &_InferenceClassificationTypePOther
    20  )
    21  
    22  var (
    23  	_InferenceClassificationTypePFocused = InferenceClassificationTypeVFocused
    24  	_InferenceClassificationTypePOther   = InferenceClassificationTypeVOther
    25  )