space-engineers-api
0.9.0
common
space-engineers-api
/
testrail.model
/
Suite
Suite
common
@
Serializable
data
class
Suite
(
val
id
:
Long
,
val
name
:
String
,
val
description
:
String
?
,
val
project_id
:
Long
)
Content copied to clipboard
Constructors
Properties
Constructors
Suite
Link copied to clipboard
common
fun
Suite
(
id
:
Long
,
name
:
String
,
description
:
String
?
,
project_id
:
Long
)
Content copied to clipboard
Properties
description
Link copied to clipboard
common
val
description
:
String
?
Content copied to clipboard
id
Link copied to clipboard
common
val
id
:
Long
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
project_id
Link copied to clipboard
common
val
project_id
:
Long
Content copied to clipboard