toggle menu
google-adk-kotlin
0.2.0
common
switch theme
search in API
google-adk-kotlin-core
/
com.google.adk.kt.agents
/
TypedData
/
ListValue
List
Value
data
class
ListValue
(
val
elements
:
List
<
TypedData
>
)
:
TypedData
Represents a list of state values.
Members
Constructors
List
Value
Link copied to clipboard
constructor
(
elements
:
List
<
TypedData
>
)
Properties
elements
Link copied to clipboard
val
elements
:
List
<
TypedData
>
The list of child values.