WebApiModulesSettingsBillingScheduleServiceLogBillingScheduleServiceLog constructor

WebApiModulesSettingsBillingScheduleServiceLogBillingScheduleServiceLog({
  1. int? id,
  2. String? serviceName,
  3. String? serverName,
  4. DateTime? logDateTime,
  5. String? logMessage,
  6. String? dateStamp,
  7. String? auditNote,
  8. String? recordTitle,
  9. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  10. List<FwStandardDataFwCustomValue>? custom,
  11. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  12. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsBillingScheduleServiceLogBillingScheduleServiceLog({
  this.id,
  this.serviceName,
  this.serverName,
  this.logDateTime,
  this.logMessage,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});