space-engineers-api
0.9.0
common
space-engineers-api
/
testrail.model
/
Section
Section
common
@
Serializable
data
class
Section
(
val
id
:
Long
,
val
name
:
String
,
val
description
:
String
?
,
val
suite_id
:
Long
,
val
parent_id
:
Long
?
,
val
display_order
:
Int
,
val
depth
:
Int
)
Content copied to clipboard
Constructors
Properties
Extensions
Constructors
Section
Link copied to clipboard
common
fun
Section
(
id
:
Long
,
name
:
String
,
description
:
String
?
,
suite_id
:
Long
,
parent_id
:
Long
?
,
display_order
:
Int
,
depth
:
Int
)
Content copied to clipboard
Properties
depth
Link copied to clipboard
common
val
depth
:
Int
Content copied to clipboard
description
Link copied to clipboard
common
val
description
:
String
?
Content copied to clipboard
display_order
Link copied to clipboard
common
val
display_order
:
Int
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
parent_id
Link copied to clipboard
common
val
parent_id
:
Long
?
Content copied to clipboard
suite_id
Link copied to clipboard
common
val
suite_id
:
Long
Content copied to clipboard
Extensions
tags
Link copied to clipboard
common
fun
Section
.
tags
(
)
:
List
<
String
>
Content copied to clipboard