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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ScopeOperatorMultiValuedComparisonType undocumented
     6  type ScopeOperatorMultiValuedComparisonType string
     7  
     8  const (
     9  	// ScopeOperatorMultiValuedComparisonTypeVAll undocumented
    10  	ScopeOperatorMultiValuedComparisonTypeVAll ScopeOperatorMultiValuedComparisonType = "All"
    11  	// ScopeOperatorMultiValuedComparisonTypeVAny undocumented
    12  	ScopeOperatorMultiValuedComparisonTypeVAny ScopeOperatorMultiValuedComparisonType = "Any"
    13  )
    14  
    15  var (
    16  	// ScopeOperatorMultiValuedComparisonTypePAll is a pointer to ScopeOperatorMultiValuedComparisonTypeVAll
    17  	ScopeOperatorMultiValuedComparisonTypePAll = &_ScopeOperatorMultiValuedComparisonTypePAll
    18  	// ScopeOperatorMultiValuedComparisonTypePAny is a pointer to ScopeOperatorMultiValuedComparisonTypeVAny
    19  	ScopeOperatorMultiValuedComparisonTypePAny = &_ScopeOperatorMultiValuedComparisonTypePAny
    20  )
    21  
    22  var (
    23  	_ScopeOperatorMultiValuedComparisonTypePAll = ScopeOperatorMultiValuedComparisonTypeVAll
    24  	_ScopeOperatorMultiValuedComparisonTypePAny = ScopeOperatorMultiValuedComparisonTypeVAny
    25  )
    26  
    27  // ScopeOperatorType undocumented
    28  type ScopeOperatorType string
    29  
    30  const (
    31  	// ScopeOperatorTypeVBinary undocumented
    32  	ScopeOperatorTypeVBinary ScopeOperatorType = "Binary"
    33  	// ScopeOperatorTypeVUnary undocumented
    34  	ScopeOperatorTypeVUnary ScopeOperatorType = "Unary"
    35  )
    36  
    37  var (
    38  	// ScopeOperatorTypePBinary is a pointer to ScopeOperatorTypeVBinary
    39  	ScopeOperatorTypePBinary = &_ScopeOperatorTypePBinary
    40  	// ScopeOperatorTypePUnary is a pointer to ScopeOperatorTypeVUnary
    41  	ScopeOperatorTypePUnary = &_ScopeOperatorTypePUnary
    42  )
    43  
    44  var (
    45  	_ScopeOperatorTypePBinary = ScopeOperatorTypeVBinary
    46  	_ScopeOperatorTypePUnary  = ScopeOperatorTypeVUnary
    47  )