toggle menu
ozone
common
switch theme
search in API
ozone
/
com.atproto.server
/
CreateInviteCodesRequest
Create
Invite
Codes
Request
@
Serializable
data
class
CreateInviteCodesRequest
(
val
codeCount
:
Long
,
val
useCount
:
Long
,
val
forAccounts
:
List
<
Did
>
=
emptyList()
)
Members
Constructors
Create
Invite
Codes
Request
Link copied to clipboard
constructor
(
codeCount
:
Long
,
useCount
:
Long
,
forAccounts
:
List
<
Did
>
=
emptyList()
)
Properties
code
Count
Link copied to clipboard
val
codeCount
:
Long
for
Accounts
Link copied to clipboard
val
forAccounts
:
List
<
Did
>
use
Count
Link copied to clipboard
val
useCount
:
Long