matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.space.model
/
SpaceOrderContent
Space
Order
Content
@
JsonClass
(
generateAdapter
=
true
)
data
class
SpaceOrderContent
(
val
order
:
String
?
=
null
)
Content copied to clipboard
Example:
{ "type": "m.space_order", "content": { "order": "..." } }
.
Constructors
Functions
Properties
Constructors
Space
Order
Content
Link copied to clipboard
fun
SpaceOrderContent
(
order
:
String
?
=
null
)
Content copied to clipboard
Functions
safe
Order
Link copied to clipboard
fun
safeOrder
(
)
:
String
?
Content copied to clipboard
Properties
order
Link copied to clipboard
val
order
:
String
?
=
null
Content copied to clipboard