AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-gemini
/
dev.mokksy.aimocks.gemini
/
Part
Part
@
Serializable
data
class
Part
(
val
text
:
String
?
=
null
)
(
source
)
Represents a part of the content, which can be text or other media.
Members
Constructors
Part
Link copied to clipboard
constructor
(
text
:
String
?
=
null
)
Properties
text
Link copied to clipboard
val
text
:
String
?
The text content.