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