Class ResourceCost#
Defined in File ResourceCost.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.Object
(Class Object)
Class Documentation#
- class xbe.sdk.Models.ResourceCost : xbe.sdk.Object#
Describes a single cost for a resource.
Properties
- Guid ResourceUid { get; set; }#
The unique identifier of the resource.
- int Value { get; set; }#
The amount of the resource.
Public Static Functions
- new ResourceCost Parse (string json)#
Parses the given JSON encoded string into a new StorageLocation instance.
- Param json:
- Return: