docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class QueryIndexResponseResultsInner

    QueryIndexResponseResultsInner

    Inheritance
    object
    QueryIndexResponseResultsInner
    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.CloudSave
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class QueryIndexResponseResultsInner

    Constructors

    QueryIndexResponseResultsInner(string, List<Item>)

    Initializes a new instance of the QueryIndexResponseResultsInner class.

    Declaration
    [Preserve]
    public QueryIndexResponseResultsInner(string id = null, List<Item> data = null)
    Parameters
    Type Name Description
    string id

    The entity ID (player or custom).

    List<Item> data

    The list of data key-value pairs for the entity.

    Properties

    Data

    The list of data key-value pairs for the entity

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

    The list of data key-value pairs for the entity

    Id

    The entity ID (player or custom)

    Declaration
    [Preserve]
    public string Id { get; set; }
    Property Value
    Type Description
    string

    The entity ID (player or custom)

    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)