Table of Contents

Class CreateCustomMapFromConfigRequest

Namespace
RustMapsApi.V4.Requests
Assembly
RustMapsApi.dll

A request to generate a custom map from a saved config.

public sealed record CreateCustomMapFromConfigRequest : IEquatable<CreateCustomMapFromConfigRequest>
Inheritance
CreateCustomMapFromConfigRequest
Implements
Inherited Members

Properties

ConfigName

The name of the saved config to use.

public required string ConfigName { get; init; }

Property Value

string

MapParameters

The base map-generation parameters.

public required MapGenerationRequest MapParameters { get; init; }

Property Value

MapGenerationRequest

OrgId

The organisation identifier, sent as the x-org-id header.

[JsonIgnore]
public string? OrgId { get; init; }

Property Value

string