docs.unity3d.com
    Show / Hide Table of Contents

    Class MatchRequests.GetMatchDetailRequest

    Obtain the details of the match

    Inheritance
    Object
    Request
    MatchRequests.GetMatchDetailRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    Namespace: Unity.PSN.PS5.Matches
    Syntax
    public class GetMatchDetailRequest : Request

    Properties

    MatchDetail

    The retieved match data

    Declaration
    public MatchRequests.RetrievedMatchDetail MatchDetail { get; }
    Property Value
    Type Description
    MatchRequests.RetrievedMatchDetail

    MatchID

    Match ID

    Declaration
    public string MatchID { get; set; }
    Property Value
    Type Description
    String

    ServiceLabel

    NP service label

    Declaration
    public int ServiceLabel { get; set; }
    Property Value
    Type Description
    Int32

    UserId

    User ID

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    Run()

    Declaration
    protected override void Run()
    Overrides
    Request.Run()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020