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