docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    ConfigurationItemDefinition
    CurrencyDefinition
    InventoryItemDefinition
    RealMoneyPurchaseDefinition
    VirtualPurchaseDefinition
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Economy.Model
    Assembly: Unity.Services.Economy.dll
    Syntax
    [Preserve]
    public class ConfigurationItemDefinition

    Fields

    Created

    The date this resource was created.

    Declaration
    [Preserve]
    [JsonProperty("created")]
    public EconomyDate Created
    Field Value
    Type Description
    EconomyDate

    CustomData

    Any custom data associated with this resource definition.

    Declaration
    [Obsolete("The interface provided by CustomData has been replaced by CustomDataDeserializable, and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
    [Preserve]
    [JsonProperty("customData")]
    public Dictionary<string, object> CustomData
    Field Value
    Type Description
    Dictionary<string, object>

    CustomDataDeserializable

    Any custom data associated with this resource definition in a deserializable format.

    Declaration
    public IDeserializable CustomDataDeserializable
    Field Value
    Type Description
    IDeserializable

    Id

    The configuration ID of the resource.

    Declaration
    [Preserve]
    [JsonProperty("id")]
    [JsonRequired]
    public string Id
    Field Value
    Type Description
    string

    Modified

    The date this resource was last modified.

    Declaration
    [Preserve]
    [JsonProperty("modified")]
    public EconomyDate Modified
    Field Value
    Type Description
    EconomyDate

    Name

    The name of the resource.

    Declaration
    [Preserve]
    [JsonProperty("name")]
    [JsonRequired]
    public string Name
    Field Value
    Type Description
    string

    Type

    Resource type as it appears in the Unity dashboard.

    Declaration
    [Preserve]
    [JsonProperty("type")]
    [JsonRequired]
    public string Type
    Field 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)