Class EntityItemBrief
EntityItemBrief
Inherited Members
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 Entity
Declaration
[Preserve]
public EntityItemBrief(string id = null, EntityItemBrief.TypeEnum type = (EntityItemBrief.TypeEnum)0)
Parameters
Type | Name | Description |
---|---|---|
string | id | ID of the item. (required). |
Entity |
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 |
---|---|
Entity |
Type of the item. |