diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common
/
IntegrationAccount
Integration
Account
@
Serializable
data
class
IntegrationAccount
(
val
id
:
String
,
val
name
:
String
)
(
source
)
Members
Constructors
Integration
Account
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String