SubCategoriesResponse

data class SubCategoriesResponse(val url: String?, val name: String?, val id: String?)

Represents a sub-category response.

Parameters

url

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

name

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

id

The ID of the sub-category, or null if not set.

Constructors

Link copied to clipboard
constructor(url: String?, name: String?, id: String?)

Properties

Link copied to clipboard
val id: String?
Link copied to clipboard
val name: String?
Link copied to clipboard
val url: String?