v1.0.0
Latest
2020.3+

Class Relationship

The representation of a relationship between members

Inheritance
Relationship
Namespace: Unity.Services.Friends.Models
Syntax
public class Relationship

Properties

Id

The id of the relationship

Declaration
public string Id { get; }
Property Value
TypeDescription
String

Member

The member with whom the current user has the relationship

Declaration
public Member Member { get; }
Property Value
TypeDescription
Member

Type

The type of relationship

Declaration
public RelationshipType Type { get; }
Property Value
TypeDescription
RelationshipType