ConfigurationHeaderResponse

data class ConfigurationHeaderResponse(val myAccountUrl: String?, val title: String?, val description: String?, val topLinks: List<TopLinks>?, val categories: List<CategoryResponse>?)

Represents a configuration header response.

Parameters

myAccountUrl

The URL for the my account section, or null if not set.

title

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

description

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

topLinks

List of TopLinks in the header, or null if not set.

categories

List of CategoryResponse in the header, or null if not set.

Constructors

Link copied to clipboard
constructor(myAccountUrl: String?, title: String?, description: String?, topLinks: List<TopLinks>?, categories: List<CategoryResponse>?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard