docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GetPlayersWithDataResponse

    List of players with data set

    Inheritance
    object
    GetPlayersWithDataResponse
    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.CloudSave
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "GetPlayersWithDataResponse")]
    [Preserve]
    public class GetPlayersWithDataResponse

    Constructors

    GetPlayersWithDataResponse(List<GetPlayersWithDataResponseResultsInner>, GetPlayersWithDataResponseLinks)

    Initializes a new instance of the GetPlayersWithDataResponse class.

    Declaration
    [Preserve]
    public GetPlayersWithDataResponse(List<GetPlayersWithDataResponseResultsInner> results = null, GetPlayersWithDataResponseLinks links = null)
    Parameters
    Type Name Description
    List<GetPlayersWithDataResponseResultsInner> results

    results (required).

    GetPlayersWithDataResponseLinks links

    links (required).

    Properties

    Links

    Gets or Sets Links

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

    Results

    Gets or Sets Results

    Declaration
    [DataMember(Name = "results", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public List<GetPlayersWithDataResponseResultsInner> Results { get; set; }
    Property Value
    Type Description
    List<GetPlayersWithDataResponseResultsInner>
    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)