WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleRequest constructor

WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleRequest({
  1. DateTime? fromDate,
  2. DateTime? toDate,
  3. String? officeLocationId,
  4. String? customerId,
  5. String? departmentId,
  6. String? dealId,
  7. String? projectId,
  8. String? projectManagerId,
  9. bool? includeCompleted,
})

Implementation

WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleRequest({
  this.fromDate,
  this.toDate,
  this.officeLocationId,
  this.customerId,
  this.departmentId,
  this.dealId,
  this.projectId,
  this.projectManagerId,
  this.includeCompleted,
});