DeepSeek Kotlin SDK
Toggle table of contents
0.3.1
common
Platform filter
common
Switch theme
Search in API
DeepSeek Kotlin SDK
DeepSeek Kotlin SDK
/
org.oremif.deepseek.models
/
UserBalance
User
Balance
@
Serializable
class
UserBalance
(
val
isAvailable
:
Boolean
,
val
balanceInfos
:
List
<
BalanceInfo
>
)
Members
Constructors
User
Balance
Link copied to clipboard
constructor
(
isAvailable
:
Boolean
,
balanceInfos
:
List
<
BalanceInfo
>
)
Properties
balance
Infos
Link copied to clipboard
val
balanceInfos
:
List
<
BalanceInfo
>
is
Available
Link copied to clipboard
val
isAvailable
:
Boolean
Whether the user's balance is sufficient for API calls.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String