docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MultiplayServersLogFileLink

    A link to download a log file.

    Inheritance
    object
    MultiplayServersLogFileLink
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.Multiplay
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "multiplay.servers.logFileLink")]
    [Preserve]
    public class MultiplayServersLogFileLink

    Constructors

    MultiplayServersLogFileLink(string)

    Initializes a new instance of the MultiplayServersLogFileLink class.

    Declaration
    [Preserve]
    public MultiplayServersLogFileLink(string url = null)
    Parameters
    Type Name Description
    string url

    Log file download URL (required).

    Properties

    Url

    Log file download URL

    Declaration
    [DataMember(Name = "url", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string Url { get; set; }
    Property Value
    Type Description
    string

    Log file download URL

    In This Article
    Back to top
    Copyright © 2025 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)