docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class EntityData

    QueryResult model

    Inheritance
    object
    EntityData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.CloudSave.Models
    Assembly: Unity.Services.CloudSave.dll
    Syntax
    [Preserve]
    [DataContract(Name = "QueryResult")]
    public class EntityData

    Constructors

    EntityData(string, List<Item>)

    Creates an instance of QueryResult.

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

    id param

    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]
    [DataMember(Name = "data", EmitDefaultValue = false)]
    public List<Item> Data { get; }
    Property Value
    Type Description
    List<Item>

    Id

    Parameter id of QueryResult

    Declaration
    [Preserve]
    [DataMember(Name = "id", EmitDefaultValue = false)]
    public string Id { get; }
    Property Value
    Type Description
    string
    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)