WebApiModulesAgentProjectProject constructor
WebApiModulesAgentProjectProject({
- String? projectId,
- String? projectNumber,
- String? project,
- String? officeLocationId,
- String? officeLocation,
- String? warehouseId,
- String? warehouse,
- String? departmentId,
- String? department,
- String? dealId,
- String? deal,
- String? status,
- String? statusDate,
- String? projectManagerId,
- String? projectManager,
- String? agentId,
- String? agent,
- String? primaryContact,
- String? requestedBy,
- String? outsideSalesRepresentativeId,
- String? outsideSalesRepresentative,
- String? projectDescription,
- bool? rental,
- bool? sales,
- bool? facilities,
- bool? labor,
- bool? miscellaneous,
- bool? transportation,
- bool? rentalSale,
- String? pickDate,
- String? pickTime,
- String? estimatedStartDate,
- String? estimatedStartTime,
- String? estimatedStopDate,
- String? estimatedStopTime,
- bool? ccPrimaryApproverWhenEmailingBackupApprover,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesAgentProjectProject({
this.projectId,
this.projectNumber,
this.project,
this.officeLocationId,
this.officeLocation,
this.warehouseId,
this.warehouse,
this.departmentId,
this.department,
this.dealId,
this.deal,
this.status,
this.statusDate,
this.projectManagerId,
this.projectManager,
this.agentId,
this.agent,
this.primaryContact,
this.requestedBy,
this.outsideSalesRepresentativeId,
this.outsideSalesRepresentative,
this.projectDescription,
this.rental,
this.sales,
this.facilities,
this.labor,
this.miscellaneous,
this.transportation,
this.rentalSale,
this.pickDate,
this.pickTime,
this.estimatedStartDate,
this.estimatedStartTime,
this.estimatedStopDate,
this.estimatedStopTime,
this.ccPrimaryApproverWhenEmailingBackupApprover,
this.inactive,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});