Arc XPSection
@JsonClass(generateAdapter = true )
Content copied to clipboard
Response service object for Section List/Navigation Call
Constructors
Link copied to clipboard
fun ArcXPSection( @Json(name = "_id" ) id: String, @Json(name = "_website" ) website: String, @Json(name = "node_type" ) type: String, name: String, navigation: Navigation, children: List<ArcXPSection>?, parent: Map<String, String>?, ancestors: Map<String, *>?, site: SiteServiceSite?, social: SiteServiceSocial?)
Content copied to clipboard