docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GetIndexIdsResponse

    List index IDs

    Inheritance
    object
    GetIndexIdsResponse
    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 = "GetIndexIdsResponse")]
    [Preserve]
    public class GetIndexIdsResponse

    Constructors

    GetIndexIdsResponse(List<LiveIndexConfigInner>)

    Initializes a new instance of the GetIndexIdsResponse class.

    Declaration
    [Preserve]
    public GetIndexIdsResponse(List<LiveIndexConfigInner> indexes = null)
    Parameters
    Type Name Description
    List<LiveIndexConfigInner> indexes

    The read-only configuration for a live index.

    Properties

    Indexes

    The read-only configuration for a live index

    Declaration
    [DataMember(Name = "indexes", EmitDefaultValue = false)]
    [Preserve]
    public List<LiveIndexConfigInner> Indexes { get; set; }
    Property Value
    Type Description
    List<LiveIndexConfigInner>

    The read-only configuration for a live index

    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)