CategoryResponse

constructor(id: String?, title: String?, description: String?, name: String?, url: String?, subCategories: List<SubCategoriesResponse>?)

Parameters

id

The category ID, or null if not set.

title

The title of the category, or null if not set.

description

The description of the category, or null if not set.

name

The name of the category, or null if not set.

url

The URL for the category, or null if not set.

subCategories

List of SubCategoriesResponse, or null if not set.