Table of Contents

Class ApiInfo

Namespace
XENBIT.ResQueServe.Core.Models
Assembly
RQS.Core.dll
[TypeScriptUnavailable]
public record ApiInfo : IEquatable<ApiInfo>
Inheritance
ApiInfo
Implements
Inherited Members

Properties

CustomStatusBackgroundColors

public Dictionary<int, string>? CustomStatusBackgroundColors { get; init; }

Property Value

Dictionary<int, string>

CustomStatusForegroundColors

public Dictionary<int, string>? CustomStatusForegroundColors { get; init; }

Property Value

Dictionary<int, string>

RankImageUrl

public string? RankImageUrl { get; init; }

Property Value

string

User

public required IUserInfo User { get; init; }

Property Value

IUserInfo

Version

public required string Version { get; init; }

Property Value

string

VersionApi

public required string VersionApi { get; init; }

Property Value

string

VersionBase

public required Version VersionBase { get; init; }

Property Value

Version