Table of Contents

Class LinkedDiscordRoles

Namespace
TorBoxSDK.Models.Integrations
Assembly
TorBoxSDK.dll

Represents the response from retrieving linked Discord roles.

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

Properties

Extra

Gets additional response data, or null if not available.

[JsonPropertyName("extra")]
public object? Extra { get; init; }

Property Value

object

Roles

Gets the list of linked Discord roles.

[JsonPropertyName("roles")]
public IReadOnlyList<DiscordRoleInfo> Roles { get; init; }

Property Value

IReadOnlyList<DiscordRoleInfo>