toJson method
Implementation
String toJson() {
return GetAllCUsbBodyMapper.ensureInitialized()
.encodeJson<GetAllCUsbBody>(this as GetAllCUsbBody);
}
String toJson() {
return GetAllCUsbBodyMapper.ensureInitialized()
.encodeJson<GetAllCUsbBody>(this as GetAllCUsbBody);
}