docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Relationship

    The representation of a relationship between members

    Inheritance
    object
    Relationship
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)