Service

data class Service(id: ServiceId, name: String, vehicleType: VehicleType, brand: Brand?, images: ImageResources<ServiceImageResource>, @ColorInt color: Int?, @ColorInt backgroundColor: Int?, textColor: String?)

Properties

Link copied to clipboard
val backgroundColor: Int? = null
Link copied to clipboard
val brand: Brand? = null
Link copied to clipboard
val color: Int? = null
Link copied to clipboard
val id: ServiceId
Link copied to clipboard
val images: ImageResources<ServiceImageResource>
Link copied to clipboard
val name: String
Link copied to clipboard
val textColor: String? = null
Link copied to clipboard
val vehicleType: VehicleType