Class MapSettings
- Namespace
- RustMapsApi.V4.Models
- Assembly
- RustMapsApi.dll
A named, saved custom-map configuration.
public sealed record MapSettings : IEquatable<MapSettings>
- Inheritance
-
MapSettings
- Implements
- Inherited Members
Properties
Id
The configuration identifier.
public string? Id { get; init; }
Property Value
Name
The configuration name.
public string? Name { get; init; }
Property Value
Settings
The settings tree.
public CustomMapSettings? Settings { get; init; }