/* Options:
Date: 2025-04-25 20:14:12
Version: 6.40
Tip: To override a DTO option, remove "//" prefix before updating
BaseUrl: https://cip-reporting-preview.chargeitpro.com

//Package: 
//AddServiceStackTypes: True
//AddResponseStatus: False
//AddImplicitVersion: 
//AddDescriptionAsComments: True
IncludeTypes: ProductsByComputerRequest.*
//ExcludeTypes: 
//InitializeCollections: True
//TreatTypesAsStrings: 
//DefaultImports: java.math.*,java.util.*,net.servicestack.client.*
*/

import java.math.*
import java.util.*
import net.servicestack.client.*


@Route("/Computers/Products/{LocationName}")
open class ProductsByComputerRequest
{
    var LocationName:String? = null
}