ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
TypeParams
Type
Params
@
JsonClass
(
generateAdapter
=
true
)
data
class
TypeParams
(
val
country
:
String
?
,
val
zip
:
String
?
,
val
dma
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Type
Params
Link copied to clipboard
fun
TypeParams
(
country
:
String
?
,
zip
:
String
?
,
dma
:
String
?
)
Content copied to clipboard
Properties
country
Link copied to clipboard
val
country
:
String
?
Content copied to clipboard
dma
Link copied to clipboard
val
dma
:
String
?
Content copied to clipboard
zip
Link copied to clipboard
val
zip
:
String
?
Content copied to clipboard