Configuration Response
data class ConfigurationResponse(val availabilityInformation: AvailabilityInformationResponse, val childConfigurationTypes: List<String>, val costInformation: CostInformationResponse, val description: DescriptionResponse, val dimensions: DimensionsResponse, val displayName: String, val filterableProperties: List<FilterablePropertyResponse>, val fulfilledBy: String, val groupedChildConfigurations: List<GroupedChildConfigurationsResponse>, val hierarchyInformation: HierarchyInformationResponse, val imageInformation: List<ImageInformationResponse>, val specifications: List<SpecificationResponse>)
Configuration object.
Constructors
Link copied to clipboard
fun ConfigurationResponse(availabilityInformation: AvailabilityInformationResponse, childConfigurationTypes: List<String>, costInformation: CostInformationResponse, description: DescriptionResponse, dimensions: DimensionsResponse, displayName: String, filterableProperties: List<FilterablePropertyResponse>, fulfilledBy: String, groupedChildConfigurations: List<GroupedChildConfigurationsResponse>, hierarchyInformation: HierarchyInformationResponse, imageInformation: List<ImageInformationResponse>, specifications: List<SpecificationResponse>)