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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // RecipientScopeType undocumented
     6  type RecipientScopeType string
     7  
     8  const (
     9  	// RecipientScopeTypeVNone undocumented
    10  	RecipientScopeTypeVNone RecipientScopeType = "none"
    11  	// RecipientScopeTypeVInternal undocumented
    12  	RecipientScopeTypeVInternal RecipientScopeType = "internal"
    13  	// RecipientScopeTypeVExternal undocumented
    14  	RecipientScopeTypeVExternal RecipientScopeType = "external"
    15  	// RecipientScopeTypeVExternalPartner undocumented
    16  	RecipientScopeTypeVExternalPartner RecipientScopeType = "externalPartner"
    17  	// RecipientScopeTypeVExternalNonPartner undocumented
    18  	RecipientScopeTypeVExternalNonPartner RecipientScopeType = "externalNonPartner"
    19  )
    20  
    21  var (
    22  	// RecipientScopeTypePNone is a pointer to RecipientScopeTypeVNone
    23  	RecipientScopeTypePNone = &_RecipientScopeTypePNone
    24  	// RecipientScopeTypePInternal is a pointer to RecipientScopeTypeVInternal
    25  	RecipientScopeTypePInternal = &_RecipientScopeTypePInternal
    26  	// RecipientScopeTypePExternal is a pointer to RecipientScopeTypeVExternal
    27  	RecipientScopeTypePExternal = &_RecipientScopeTypePExternal
    28  	// RecipientScopeTypePExternalPartner is a pointer to RecipientScopeTypeVExternalPartner
    29  	RecipientScopeTypePExternalPartner = &_RecipientScopeTypePExternalPartner
    30  	// RecipientScopeTypePExternalNonPartner is a pointer to RecipientScopeTypeVExternalNonPartner
    31  	RecipientScopeTypePExternalNonPartner = &_RecipientScopeTypePExternalNonPartner
    32  )
    33  
    34  var (
    35  	_RecipientScopeTypePNone               = RecipientScopeTypeVNone
    36  	_RecipientScopeTypePInternal           = RecipientScopeTypeVInternal
    37  	_RecipientScopeTypePExternal           = RecipientScopeTypeVExternal
    38  	_RecipientScopeTypePExternalPartner    = RecipientScopeTypeVExternalPartner
    39  	_RecipientScopeTypePExternalNonPartner = RecipientScopeTypeVExternalNonPartner
    40  )