Grouped Child Configurations Response
data class GroupedChildConfigurationsResponse(val categoryInformation: CategoryInformationResponse, val childConfigurations: List<ChildConfigurationResponse>)
Grouped child configuration object.
Constructors
Link copied to clipboard
constructor(categoryInformation: CategoryInformationResponse, childConfigurations: List<ChildConfigurationResponse>)