ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
Taxonomy
Taxonomy
@
JsonClass
(
generateAdapter
=
true
)
data
class
Taxonomy
(
val
tags
:
List
<
Tag
>
?
,
@
Json
(
name
=
"primary_site"
)
val
primarySite
:
Site
?
,
val
sites
:
List
<
Site
>
?
,
@
Json
(
name
=
"seo_keywords"
)
val
seoKeywords
:
List
<
String
>
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Taxonomy
Link copied to clipboard
fun
Taxonomy
(
tags
:
List
<
Tag
>
?
,
@
Json
(
name
=
"primary_site"
)
primarySite
:
Site
?
,
sites
:
List
<
Site
>
?
,
@
Json
(
name
=
"seo_keywords"
)
seoKeywords
:
List
<
String
>
?
)
Content copied to clipboard
Properties
primary
Site
Link copied to clipboard
val
primarySite
:
Site
?
Content copied to clipboard
seo
Keywords
Link copied to clipboard
val
seoKeywords
:
List
<
String
>
?
Content copied to clipboard
sites
Link copied to clipboard
val
sites
:
List
<
Site
>
?
Content copied to clipboard
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
?
Content copied to clipboard