lib
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
lib
mockzilla-common
/
com.apadmi.mockzilla.lib.models
/
DashboardOverridePreset
Dashboard
Override
Preset
@
Serializable
data
class
DashboardOverridePreset
(
val
name
:
String
,
val
description
:
String
?
,
val
response
:
MockzillaHttpResponse
)
Members
Constructors
Dashboard
Override
Preset
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
?
,
response
:
MockzillaHttpResponse
)
Properties
description
Link copied to clipboard
val
description
:
String
?
name
Link copied to clipboard
val
name
:
String
response
Link copied to clipboard
val
response
:
MockzillaHttpResponse