Class Member
The representation of a user in a relationship
Inherited Members
Namespace: Unity.Services.Friends.Models
Assembly: Unity.Services.Friends.dll
Syntax
public class Member
Properties
Id
The ID of the member
Declaration
public string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |
Presence
The presence data of the member
Declaration
public Presence Presence { get; }
Property Value
| Type | Description |
|---|---|
| Presence |
Profile
The profile data of the member
Declaration
public Profile Profile { get; }
Property Value
| Type | Description |
|---|---|
| Profile |
Role
The member's role
Declaration
public MemberRole Role { get; }
Property Value
| Type | Description |
|---|---|
| MemberRole |