kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
kord-rest
/
dev.kord.rest.json.request
/
TestEntitlementCreateRequest
Test
Entitlement
Create
Request
@
Serializable
data
class
TestEntitlementCreateRequest
(
val
skuId
:
Snowflake
,
val
ownerId
:
Snowflake
,
val
ownerType
:
EntitlementOwnerType
)
(
source
)
Members
Constructors
Test
Entitlement
Create
Request
Link copied to clipboard
constructor
(
skuId
:
Snowflake
,
ownerId
:
Snowflake
,
ownerType
:
EntitlementOwnerType
)
Properties
owner
Id
Link copied to clipboard
@
SerialName
(
value
=
"owner_id"
)
val
ownerId
:
Snowflake
owner
Type
Link copied to clipboard
@
SerialName
(
value
=
"owner_type"
)
val
ownerType
:
EntitlementOwnerType
sku
Id
Link copied to clipboard
@
SerialName
(
value
=
"sku_id"
)
val
skuId
:
Snowflake