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
jsonModelJsonIntegrationAccountThe JSON model to create an Integration object from.
Properties
Id
The ID of the account.
public string Id { get; }
Property Value
Name
The name of the account.
public string Name { get; }