ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
RestrictionItem
Restriction
Item
@
JsonClass
(
generateAdapter
=
true
)
data
class
RestrictionItem
(
val
id
:
String
,
val
name
:
String
,
val
zips
:
List
<
String
>
,
val
dmas
:
List
<
String
>
,
val
countries
:
List
<
String
>
,
val
startTime
:
Int
,
val
endTime
:
Int
,
val
action
:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
Restriction
Item
Link copied to clipboard
fun
RestrictionItem
(
id
:
String
,
name
:
String
,
zips
:
List
<
String
>
,
dmas
:
List
<
String
>
,
countries
:
List
<
String
>
,
startTime
:
Int
,
endTime
:
Int
,
action
:
String
)
Content copied to clipboard
Properties
action
Link copied to clipboard
val
action
:
String
Content copied to clipboard
countries
Link copied to clipboard
val
countries
:
List
<
String
>
Content copied to clipboard
dmas
Link copied to clipboard
val
dmas
:
List
<
String
>
Content copied to clipboard
end
Time
Link copied to clipboard
val
endTime
:
Int
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
start
Time
Link copied to clipboard
val
startTime
:
Int
Content copied to clipboard
zips
Link copied to clipboard
val
zips
:
List
<
String
>
Content copied to clipboard