Class JsonRoleTags
- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonRoleTags
- Inheritance
-
JsonRoleTags
- Inherited Members
-
Constructors
Properties
[JsonPropertyName("bot_id")]
public ulong? BotId { get; set; }
Property Value
- ulong?
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonConverter(typeof(NullConverter))]
[JsonPropertyName("guild_connections")]
public bool GuildConnections { get; set; }
Property Value
- bool
[JsonPropertyName("integration_id")]
public ulong? IntegrationId { get; set; }
Property Value
- ulong?
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonConverter(typeof(NullConverter))]
[JsonPropertyName("available_for_purchase")]
public bool IsAvailableForPurchase { get; set; }
Property Value
- bool
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonConverter(typeof(NullConverter))]
[JsonPropertyName("premium_subscriber")]
public bool IsPremiumSubscriber { get; set; }
Property Value
- bool
[JsonPropertyName("subscription_listing_id")]
public ulong? SubscriptionListingId { get; set; }
Property Value
- ulong?