Class ConfigurationItemDefinition
The base class for the more specific configuration types, e.g. CurrencyDefinition. These are used to define the resources that you create in the Unity Dashboard.
Inherited Members
Namespace: Unity.Services.Economy.Model
Assembly: solution.dll
Syntax
[Preserve]
public class ConfigurationItemDefinition
Fields
| Name | Description |
|---|---|
| Created | The date this resource was created. |
| CustomData | Any custom data associated with this resource definition. |
| CustomDataDeserializable | Any custom data associated with this resource definition in a deserializable format. |
| Id | The configuration ID of the resource. |
| Modified | The date this resource was last modified. |
| Name | The name of the resource. |
| Type | Resource type as it appears in the Unity dashboard. |