toggle menu
linkrunner
androidJvm
switch theme
search in API
linkrunner
/
io.linkrunner.sdk.models.request
/
IntegrationRequest
Integration
Request
data
class
IntegrationRequest
(
val
token
:
String
,
val
installInstanceId
:
String
,
val
integrationInfo
:
Map
<
String
,
Any
>
,
val
platform
:
String
)
Members
Constructors
Integration
Request
Link copied to clipboard
constructor
(
token
:
String
,
installInstanceId
:
String
,
integrationInfo
:
Map
<
String
,
Any
>
,
platform
:
String
)
Properties
install
Instance
Id
Link copied to clipboard
@
SerializedName
(
value
=
"install_instance_id"
)
val
installInstanceId
:
String
integration
Info
Link copied to clipboard
@
SerializedName
(
value
=
"integration_info"
)
val
integrationInfo
:
Map
<
String
,
Any
>
platform
Link copied to clipboard
@
SerializedName
(
value
=
"platform"
)
val
platform
:
String
token
Link copied to clipboard
@
SerializedName
(
value
=
"token"
)
val
token
:
String