krpc-shared-api
0.1.148
common
krpc-shared-api
/
org.brightify.hyperdrive.krpc.description
/
ServiceCallIdentifier
Service
Call
Identifier
common
@
Serializable
data
class
ServiceCallIdentifier
(
val
serviceId
:
String
,
val
callId
:
String
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Service
Call
Identifier
Link copied to clipboard
common
fun
ServiceCallIdentifier
(
serviceId
:
String
,
callId
:
String
)
Content copied to clipboard
Functions
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
call
Id
Link copied to clipboard
common
val
callId
:
String
Content copied to clipboard
service
Id
Link copied to clipboard
common
val
serviceId
:
String
Content copied to clipboard