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(QueryIndexResponseResultsInnerId, List<Item>)

    Initializes a new instance of the QueryIndexResponseResultsInner class.

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

    id.

    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

    Gets or Sets Id

    Declaration
    [Preserve]
    public QueryIndexResponseResultsInnerId Id { get; set; }
    Property Value
    Type Description
    QueryIndexResponseResultsInnerId
    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)