yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.model
/
BasicResponse
Basic
Response
@
Serializable
data
class
BasicResponse
<
T
>
(
val
invocationInfo
:
InvocationInfo
,
_result
:
T
?
=
null
,
_error
:
Error
?
=
null
)
Members
Constructors
Basic
Response
Link copied to clipboard
constructor
(
invocationInfo
:
InvocationInfo
,
_result
:
T
?
=
null
,
_error
:
Error
?
=
null
)
Properties
invocation
Info
Link copied to clipboard
val
invocationInfo
:
InvocationInfo
result
Link copied to clipboard
val
result
:
T