WebApiModulesSettingsWebUserWidgetUserWidget constructor

WebApiModulesSettingsWebUserWidgetUserWidget({
  1. String? userWidgetId,
  2. String? userId,
  3. String? userName,
  4. String? widgetId,
  5. String? widget,
  6. String? defaultType,
  7. String? widgetType,
  8. int? defaultDataPoints,
  9. int? dataPoints,
  10. String? defaultAxisNumberFormatId,
  11. String? defaultAxisNumberFormat,
  12. String? defaultAxisNumberFormatMask,
  13. String? axisNumberFormatId,
  14. String? axisNumberFormat,
  15. String? axisNumberFormatMask,
  16. String? defaultDataNumberFormatId,
  17. String? defaultDataNumberFormat,
  18. String? defaultDataNumberFormatMask,
  19. String? dataNumberFormatId,
  20. String? dataNumberFormat,
  21. String? dataNumberFormatMask,
  22. String? defaultDateBehaviorId,
  23. String? defaultDateBehavior,
  24. String? dateBehaviorId,
  25. String? dateBehavior,
  26. String? dateFieldDisplayNames,
  27. String? dateFields,
  28. String? defaultDateField,
  29. String? dateField,
  30. String? defaultFromDate,
  31. String? fromDate,
  32. String? defaultToDate,
  33. String? toDate,
  34. String? settings,
  35. String? officeLocationId,
  36. String? officeLocation,
  37. String? officeLocationCode,
  38. bool? defaultStacked,
  39. bool? stacked,
  40. bool? disabled,
  41. double? orderBy,
  42. String? dateStamp,
  43. String? auditNote,
  44. String? recordTitle,
  45. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  46. List<FwStandardDataFwCustomValue>? custom,
  47. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  48. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsWebUserWidgetUserWidget({
  this.userWidgetId,
  this.userId,
  this.userName,
  this.widgetId,
  this.widget,
  this.defaultType,
  this.widgetType,
  this.defaultDataPoints,
  this.dataPoints,
  this.defaultAxisNumberFormatId,
  this.defaultAxisNumberFormat,
  this.defaultAxisNumberFormatMask,
  this.axisNumberFormatId,
  this.axisNumberFormat,
  this.axisNumberFormatMask,
  this.defaultDataNumberFormatId,
  this.defaultDataNumberFormat,
  this.defaultDataNumberFormatMask,
  this.dataNumberFormatId,
  this.dataNumberFormat,
  this.dataNumberFormatMask,
  this.defaultDateBehaviorId,
  this.defaultDateBehavior,
  this.dateBehaviorId,
  this.dateBehavior,
  this.dateFieldDisplayNames,
  this.dateFields,
  this.defaultDateField,
  this.dateField,
  this.defaultFromDate,
  this.fromDate,
  this.defaultToDate,
  this.toDate,
  this.settings,
  this.officeLocationId,
  this.officeLocation,
  this.officeLocationCode,
  this.defaultStacked,
  this.stacked,
  this.disabled,
  this.orderBy,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});