space-engineers-api
0.9.0
common
space-engineers-api
/
testrail.model
/
Attachment
Attachment
common
@
Serializable
data
class
Attachment
(
val
id
:
String
,
val
name
:
String
,
val
size
:
Long
,
val
user_id
:
Long
,
val
project_id
:
Long
)
Content copied to clipboard
Constructors
Properties
Constructors
Attachment
Link copied to clipboard
common
fun
Attachment
(
id
:
String
,
name
:
String
,
size
:
Long
,
user_id
:
Long
,
project_id
:
Long
)
Content copied to clipboard
Properties
id
Link copied to clipboard
common
val
id
:
String
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
size
Link copied to clipboard
common
val
size
:
Long
Content copied to clipboard
user_id
Link copied to clipboard
common
val
user_id
:
Long
Content copied to clipboard