Class ResourceCost#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.ResourceCost : xbe.sdk.Object#

Describes a single cost for a resource.

Public Functions

ResourceCost ()#
ResourceCost (Object obj)

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: