docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class QueryIndexResponse

    The response to an index query request containing a list of the resulting entity IDs and their associated data.

    Inheritance
    object
    QueryIndexResponse
    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 QueryIndexResponse

    Constructors

    QueryIndexResponse(List<QueryIndexResponseResultsInner>)

    Initializes a new instance of the QueryIndexResponse class.

    Declaration
    [Preserve]
    public QueryIndexResponse(List<QueryIndexResponseResultsInner> results = null)
    Parameters
    Type Name Description
    List<QueryIndexResponseResultsInner> results

    results.

    Properties

    Results

    Gets or Sets Results

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