Table of Contents

Class StorageMonitorInfo

Namespace
RustPlusApi.Data.Entities
Assembly
RustPlusApi.dll

State of a storage monitor entity.

public record StorageMonitorInfo : IEquatable<StorageMonitorInfo>
Inheritance
StorageMonitorInfo
Implements
Derived
Inherited Members

Properties

Capacity

Total item capacity of the monitored container.

public int? Capacity { get; init; }

Property Value

int?

HasProtection

true if the container has a tool-cupboard protection active.

public bool? HasProtection { get; init; }

Property Value

bool?

Items

Items currently stored in the container.

public IEnumerable<StorageMonitorItemInfo>? Items { get; init; }

Property Value

IEnumerable<StorageMonitorItemInfo>

ProtectionExpiry

UTC time when the TC protection expires.

public DateTime ProtectionExpiry { get; init; }

Property Value

DateTime