Class ConfigurationResource
Represents a configuration resource
Inherited Members
Namespace: Unity.Services.Economy.Model
Assembly: Unity.Services.Economy.dll
Syntax
public class ConfigurationResource
Properties
Type
Type of the resource
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
Type |
Value
Value of the resource
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
object |