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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // SkillProficiencyLevel undocumented
     6  type SkillProficiencyLevel string
     7  
     8  const (
     9  	// SkillProficiencyLevelVElementary undocumented
    10  	SkillProficiencyLevelVElementary SkillProficiencyLevel = "elementary"
    11  	// SkillProficiencyLevelVLimitedWorking undocumented
    12  	SkillProficiencyLevelVLimitedWorking SkillProficiencyLevel = "limitedWorking"
    13  	// SkillProficiencyLevelVGeneralProfessional undocumented
    14  	SkillProficiencyLevelVGeneralProfessional SkillProficiencyLevel = "generalProfessional"
    15  	// SkillProficiencyLevelVAdvancedProfessional undocumented
    16  	SkillProficiencyLevelVAdvancedProfessional SkillProficiencyLevel = "advancedProfessional"
    17  	// SkillProficiencyLevelVExpert undocumented
    18  	SkillProficiencyLevelVExpert SkillProficiencyLevel = "expert"
    19  	// SkillProficiencyLevelVUnknownFutureValue undocumented
    20  	SkillProficiencyLevelVUnknownFutureValue SkillProficiencyLevel = "unknownFutureValue"
    21  )
    22  
    23  var (
    24  	// SkillProficiencyLevelPElementary is a pointer to SkillProficiencyLevelVElementary
    25  	SkillProficiencyLevelPElementary = &_SkillProficiencyLevelPElementary
    26  	// SkillProficiencyLevelPLimitedWorking is a pointer to SkillProficiencyLevelVLimitedWorking
    27  	SkillProficiencyLevelPLimitedWorking = &_SkillProficiencyLevelPLimitedWorking
    28  	// SkillProficiencyLevelPGeneralProfessional is a pointer to SkillProficiencyLevelVGeneralProfessional
    29  	SkillProficiencyLevelPGeneralProfessional = &_SkillProficiencyLevelPGeneralProfessional
    30  	// SkillProficiencyLevelPAdvancedProfessional is a pointer to SkillProficiencyLevelVAdvancedProfessional
    31  	SkillProficiencyLevelPAdvancedProfessional = &_SkillProficiencyLevelPAdvancedProfessional
    32  	// SkillProficiencyLevelPExpert is a pointer to SkillProficiencyLevelVExpert
    33  	SkillProficiencyLevelPExpert = &_SkillProficiencyLevelPExpert
    34  	// SkillProficiencyLevelPUnknownFutureValue is a pointer to SkillProficiencyLevelVUnknownFutureValue
    35  	SkillProficiencyLevelPUnknownFutureValue = &_SkillProficiencyLevelPUnknownFutureValue
    36  )
    37  
    38  var (
    39  	_SkillProficiencyLevelPElementary           = SkillProficiencyLevelVElementary
    40  	_SkillProficiencyLevelPLimitedWorking       = SkillProficiencyLevelVLimitedWorking
    41  	_SkillProficiencyLevelPGeneralProfessional  = SkillProficiencyLevelVGeneralProfessional
    42  	_SkillProficiencyLevelPAdvancedProfessional = SkillProficiencyLevelVAdvancedProfessional
    43  	_SkillProficiencyLevelPExpert               = SkillProficiencyLevelVExpert
    44  	_SkillProficiencyLevelPUnknownFutureValue   = SkillProficiencyLevelVUnknownFutureValue
    45  )