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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ContactRelationship undocumented
     6  type ContactRelationship string
     7  
     8  const (
     9  	// ContactRelationshipVParent undocumented
    10  	ContactRelationshipVParent ContactRelationship = "parent"
    11  	// ContactRelationshipVRelative undocumented
    12  	ContactRelationshipVRelative ContactRelationship = "relative"
    13  	// ContactRelationshipVAide undocumented
    14  	ContactRelationshipVAide ContactRelationship = "aide"
    15  	// ContactRelationshipVDoctor undocumented
    16  	ContactRelationshipVDoctor ContactRelationship = "doctor"
    17  	// ContactRelationshipVGuardian undocumented
    18  	ContactRelationshipVGuardian ContactRelationship = "guardian"
    19  	// ContactRelationshipVChild undocumented
    20  	ContactRelationshipVChild ContactRelationship = "child"
    21  	// ContactRelationshipVOther undocumented
    22  	ContactRelationshipVOther ContactRelationship = "other"
    23  	// ContactRelationshipVUnknownFutureValue undocumented
    24  	ContactRelationshipVUnknownFutureValue ContactRelationship = "unknownFutureValue"
    25  )
    26  
    27  var (
    28  	// ContactRelationshipPParent is a pointer to ContactRelationshipVParent
    29  	ContactRelationshipPParent = &_ContactRelationshipPParent
    30  	// ContactRelationshipPRelative is a pointer to ContactRelationshipVRelative
    31  	ContactRelationshipPRelative = &_ContactRelationshipPRelative
    32  	// ContactRelationshipPAide is a pointer to ContactRelationshipVAide
    33  	ContactRelationshipPAide = &_ContactRelationshipPAide
    34  	// ContactRelationshipPDoctor is a pointer to ContactRelationshipVDoctor
    35  	ContactRelationshipPDoctor = &_ContactRelationshipPDoctor
    36  	// ContactRelationshipPGuardian is a pointer to ContactRelationshipVGuardian
    37  	ContactRelationshipPGuardian = &_ContactRelationshipPGuardian
    38  	// ContactRelationshipPChild is a pointer to ContactRelationshipVChild
    39  	ContactRelationshipPChild = &_ContactRelationshipPChild
    40  	// ContactRelationshipPOther is a pointer to ContactRelationshipVOther
    41  	ContactRelationshipPOther = &_ContactRelationshipPOther
    42  	// ContactRelationshipPUnknownFutureValue is a pointer to ContactRelationshipVUnknownFutureValue
    43  	ContactRelationshipPUnknownFutureValue = &_ContactRelationshipPUnknownFutureValue
    44  )
    45  
    46  var (
    47  	_ContactRelationshipPParent             = ContactRelationshipVParent
    48  	_ContactRelationshipPRelative           = ContactRelationshipVRelative
    49  	_ContactRelationshipPAide               = ContactRelationshipVAide
    50  	_ContactRelationshipPDoctor             = ContactRelationshipVDoctor
    51  	_ContactRelationshipPGuardian           = ContactRelationshipVGuardian
    52  	_ContactRelationshipPChild              = ContactRelationshipVChild
    53  	_ContactRelationshipPOther              = ContactRelationshipVOther
    54  	_ContactRelationshipPUnknownFutureValue = ContactRelationshipVUnknownFutureValue
    55  )