diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common
/
UserConnection
User
Connection
@
Serializable
data
class
UserConnection
(
val
id
:
String
,
val
name
:
String
,
val
type
:
String
,
val
revoked
:
Boolean
,
val
integrations
:
List
<
GuildIntegration
>
)
(
source
)
Members
Constructors
User
Connection
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
type
:
String
,
revoked
:
Boolean
,
integrations
:
List
<
GuildIntegration
>
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
integrations
Link copied to clipboard
@
SerialName
(
value
=
"integrations"
)
val
integrations
:
List
<
GuildIntegration
>
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
revoked
Link copied to clipboard
@
SerialName
(
value
=
"revoked"
)
val
revoked
:
Boolean
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String