Table of Contents

Class JsonConnection

Namespace
NetCord.Rest.JsonModels
Assembly
NetCord.dll
public class JsonConnection : JsonEntity
Inheritance
JsonConnection
Inherited Members

Constructors

JsonConnection()

public JsonConnection()

Properties

FriendSync

[JsonPropertyName("friend_sync")]
public bool FriendSync { get; set; }

Property Value

bool

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
[JsonPropertyName("show_activity")]
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