docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AddRelationshipRequest

    AddRelationshipRequest

    Inheritance
    object
    AddRelationshipRequest
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.Friends
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class AddRelationshipRequest

    Constructors

    AddRelationshipRequest(RelationshipType, List<MemberIdentity>)

    Initializes a new instance of the AddRelationshipRequest class.

    Declaration
    [Preserve]
    public AddRelationshipRequest(RelationshipType type = (RelationshipType)0, List<MemberIdentity> members = null)
    Parameters
    Type Name Description
    RelationshipType type

    type (required).

    List<MemberIdentity> members

    members (required).

    Properties

    Members

    Gets or Sets Members

    Declaration
    [Preserve]
    public List<MemberIdentity> Members { get; set; }
    Property Value
    Type Description
    List<MemberIdentity>

    Type

    Gets or Sets Type

    Declaration
    [Preserve]
    public RelationshipType Type { get; set; }
    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)