Class Relationship
The representation of a relationship between members
Inherited Members
Namespace: Unity.Services.Friends.Models
Assembly: Unity.Services.Friends.dll
Syntax
public class Relationship
Properties
Id
The id of the relationship
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
Member
The member with whom the current user has the relationship
Declaration
public Member Member { get; }
Property Value
Type | Description |
---|---|
Member |
Type
The type of relationship
Declaration
public RelationshipType Type { get; }
Property Value
Type | Description |
---|---|
RelationshipType |