vz-api
1.0.0
ps
/
com.keygenqt.ps.route.dashboard.elements
/
InfoTypesResponse
Info
Types
Response
data
class
InfoTypesResponse
(
val
web
:
List
<
Long
>
=
listOf()
,
val
ios
:
List
<
Long
>
=
listOf()
,
val
android
:
List
<
Long
>
=
listOf()
,
val
other
:
List
<
Long
>
=
listOf()
)
Content copied to clipboard
Response types repos
Constructors
Properties
Constructors
Info
Types
Response
Link copied to clipboard
fun
InfoTypesResponse
(
web
:
List
<
Long
>
=
listOf()
,
ios
:
List
<
Long
>
=
listOf()
,
android
:
List
<
Long
>
=
listOf()
,
other
:
List
<
Long
>
=
listOf()
)
Content copied to clipboard
Properties
android
Link copied to clipboard
val
android
:
List
<
Long
>
Content copied to clipboard
ios
Link copied to clipboard
val
ios
:
List
<
Long
>
Content copied to clipboard
other
Link copied to clipboard
val
other
:
List
<
Long
>
Content copied to clipboard
web
Link copied to clipboard
val
web
:
List
<
Long
>
Content copied to clipboard