toggle menu
MobileMail
androidJvm
switch theme
search in API
MobileMail
/
com.mobilemail.data.model
/
BodyPart
Body
Part
data
class
BodyPart
(
val
partId
:
String
,
val
type
:
String
)
Members
Constructors
Body
Part
Link copied to clipboard
constructor
(
partId
:
String
,
type
:
String
)
Properties
part
Id
Link copied to clipboard
@
SerializedName
(
value
=
"partId"
)
val
partId
:
String
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String