docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class EntityItemBrief

    EntityItemBrief

    Inheritance
    object
    EntityItemBrief
    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.Economy
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "entity-item-brief")]
    [Preserve]
    public class EntityItemBrief

    Constructors

    EntityItemBrief(string, TypeEnum)

    Initializes a new instance of the EntityItemBrief class.

    Declaration
    [Preserve]
    public EntityItemBrief(string id = null, EntityItemBrief.TypeEnum type = (EntityItemBrief.TypeEnum)0)
    Parameters
    Type Name Description
    string id

    ID of the item. (required).

    EntityItemBrief.TypeEnum type

    Type of the item. (required).

    Properties

    Id

    ID of the item.

    Declaration
    [DataMember(Name = "id", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string Id { get; set; }
    Property Value
    Type Description
    string

    ID of the item.

    Type

    Type of the item.

    Declaration
    [DataMember(Name = "type", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public EntityItemBrief.TypeEnum Type { get; set; }
    Property Value
    Type Description
    EntityItemBrief.TypeEnum

    Type of the item.

    In This Article
    Back to top
    Copyright © 2025 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)