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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // AgreementAcceptanceState undocumented
     6  type AgreementAcceptanceState string
     7  
     8  const (
     9  	// AgreementAcceptanceStateVAccepted undocumented
    10  	AgreementAcceptanceStateVAccepted AgreementAcceptanceState = "accepted"
    11  	// AgreementAcceptanceStateVDeclined undocumented
    12  	AgreementAcceptanceStateVDeclined AgreementAcceptanceState = "declined"
    13  )
    14  
    15  var (
    16  	// AgreementAcceptanceStatePAccepted is a pointer to AgreementAcceptanceStateVAccepted
    17  	AgreementAcceptanceStatePAccepted = &_AgreementAcceptanceStatePAccepted
    18  	// AgreementAcceptanceStatePDeclined is a pointer to AgreementAcceptanceStateVDeclined
    19  	AgreementAcceptanceStatePDeclined = &_AgreementAcceptanceStatePDeclined
    20  )
    21  
    22  var (
    23  	_AgreementAcceptanceStatePAccepted = AgreementAcceptanceStateVAccepted
    24  	_AgreementAcceptanceStatePDeclined = AgreementAcceptanceStateVDeclined
    25  )