docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ResponseLinks

    Represents links to related API endpoints.

    Inheritance
    object
    ResponseLinks
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Relay.Models
    Assembly: Unity.Services.Multiplayer.dll
    Syntax
    [Preserve]
    [DataContract(Name = "ResponseLinks")]
    public class ResponseLinks

    Constructors

    ResponseLinks(string)

    Represents links to related API endpoints.

    Declaration
    [Preserve]
    public ResponseLinks(string next = null)
    Parameters
    Type Name Description
    string next

    Indicates the URL of the suggested API endpoint to call next.

    Properties

    Next

    Indicates the URL of the suggested API endpoint to call next.

    Declaration
    [Preserve]
    [DataMember(Name = "next", EmitDefaultValue = false)]
    public string Next { get; }
    Property Value
    Type Description
    string
    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)