tracy
Toggle table of contents
JVM Test Fixtures
Target filter
JVM Test Fixtures
Switch theme
Search in API
Skip to content
tracy
test-utils
/
org.jetbrains.ai.tracy.test.utils
/
MediaContentAttributeValues
/
Data
Data
data
class
Data
(
val
field
:
String
,
val
contentType
:
String
,
val
data
:
String
?
)
:
MediaContentAttributeValues
(
source
)
Members
Constructors
Data
Link copied to clipboard
constructor
(
field
:
String
,
contentType
:
String
,
data
:
String
?
)
Properties
content
Type
Link copied to clipboard
val
contentType
:
String
data
Link copied to clipboard
val
data
:
String
?
field
Link copied to clipboard
val
field
:
String
type
Link copied to clipboard
val
type
:
SupportedMediaContentTypes
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String