toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
TokensInfo
/
TokensInfo
Tokens
Info
constructor
(
role
:
String
?
=
null
,
tokenIds
:
List
<
Long
>
?
=
null
,
tokens
:
List
<
@
Serializable
(
with
=
ByteArrayAsBase64Serializer::class
)
ByteArray
>
?
=
null
)