Table of Contents

Class IntegrationAccount

Namespace
NetCord
Assembly
NetCord.dll

Represents an account as part of an Integration object.

public class IntegrationAccount : IJsonModel<JsonIntegrationAccount>
Inheritance
IntegrationAccount
Implements
Inherited Members

Constructors

IntegrationAccount(JsonIntegrationAccount)

Represents an account as part of an Integration object.

public IntegrationAccount(JsonIntegrationAccount jsonModel)

Parameters

jsonModel JsonIntegrationAccount

The JSON model to create an Integration object from.

Properties

Id

The ID of the account.

public string Id { get; }

Property Value

string

Name

The name of the account.

public string Name { get; }

Property Value

string