toggle menu
MobileMail
androidJvm
switch theme
search in API
MobileMail
/
com.mobilemail.data.model
/
BodyValue
Body
Value
data
class
BodyValue
(
val
value
:
String
,
val
isEncodingProblem
:
Boolean
?
=
null
,
val
isTruncated
:
Boolean
?
=
null
)
Members
Constructors
Body
Value
Link copied to clipboard
constructor
(
value
:
String
,
isEncodingProblem
:
Boolean
?
=
null
,
isTruncated
:
Boolean
?
=
null
)
Properties
is
Encoding
Problem
Link copied to clipboard
@
SerializedName
(
value
=
"isEncodingProblem"
)
val
isEncodingProblem
:
Boolean
?
=
null
is
Truncated
Link copied to clipboard
@
SerializedName
(
value
=
"isTruncated"
)
val
isTruncated
:
Boolean
?
=
null
value
Link copied to clipboard
@
SerializedName
(
value
=
"value"
)
val
value
:
String