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
Media
Content
Attribute
Values
sealed
class
MediaContentAttributeValues
(
val
type
:
SupportedMediaContentTypes
)
(
source
)
Inheritors
Url
Data
Members
Constructors
Media
Content
Attribute
Values
Link copied to clipboard
protected
constructor
(
type
:
SupportedMediaContentTypes
)
Types
Data
Link copied to clipboard
data
class
Data
(
val
field
:
String
,
val
contentType
:
String
,
val
data
:
String
?
)
:
MediaContentAttributeValues
Url
Link copied to clipboard
data
class
Url
(
val
field
:
String
,
val
url
:
String
?
)
:
MediaContentAttributeValues
Properties
type
Link copied to clipboard
val
type
:
SupportedMediaContentTypes