Class JsonConnection
- Namespace
- NetCord.Rest.JsonModels
- Assembly
- NetCord.dll
public class JsonConnection
- Inheritance
-
JsonConnection
- Inherited Members
-
Constructors
JsonConnection()
Properties
FriendSync
[JsonPropertyName("friend_sync")]
public bool FriendSync { get; set; }
Property Value
- bool
Id
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
- string
Integrations
[JsonPropertyName("integrations")]
public JsonIntegration[]? Integrations { get; set; }
Property Value
- JsonIntegration[]
Name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
- string
Revoked
[JsonPropertyName("revoked")]
public bool? Revoked { get; set; }
Property Value
- bool?
ShowActivity
[JsonPropertyName("show_activity")]
public bool ShowActivity { get; set; }
Property Value
- bool
TwoWayLink
[JsonPropertyName("two_way_link")]
public bool TwoWayLink { get; set; }
Property Value
- bool
Type
[JsonPropertyName("type")]
public ConnectionType Type { get; set; }
Property Value
- ConnectionType
Verified
[JsonPropertyName("verified")]
public bool Verified { get; set; }
Property Value
- bool
Visibility
[JsonPropertyName("visibility")]
public ConnectionVisibility Visibility { get; set; }
Property Value
- ConnectionVisibility