Table of Contents

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

string

Name

The configuration name.

public string? Name { get; init; }

Property Value

string

Settings

The settings tree.

public CustomMapSettings? Settings { get; init; }

Property Value

CustomMapSettings