toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
model
/
BasicResponse
Basic
Response
@
Serializable
data
class
BasicResponse
<
T
>
(
val
invocationInfo
:
InvocationInfo
,
_result
:
T
?
=
null
,
_error
:
Error
?
=
null
)
(
source
)
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