WebApiModulesSettingsWebUserWidgetUserWidget constructor
WebApiModulesSettingsWebUserWidgetUserWidget({
- String? userWidgetId,
- String? userId,
- String? userName,
- String? widgetId,
- String? widget,
- String? defaultType,
- String? widgetType,
- int? defaultDataPoints,
- int? dataPoints,
- String? defaultAxisNumberFormatId,
- String? defaultAxisNumberFormat,
- String? defaultAxisNumberFormatMask,
- String? axisNumberFormatId,
- String? axisNumberFormat,
- String? axisNumberFormatMask,
- String? defaultDataNumberFormatId,
- String? defaultDataNumberFormat,
- String? defaultDataNumberFormatMask,
- String? dataNumberFormatId,
- String? dataNumberFormat,
- String? dataNumberFormatMask,
- String? defaultDateBehaviorId,
- String? defaultDateBehavior,
- String? dateBehaviorId,
- String? dateBehavior,
- String? dateFieldDisplayNames,
- String? dateFields,
- String? defaultDateField,
- String? dateField,
- String? defaultFromDate,
- String? fromDate,
- String? defaultToDate,
- String? toDate,
- String? settings,
- String? officeLocationId,
- String? officeLocation,
- String? officeLocationCode,
- bool? defaultStacked,
- bool? stacked,
- bool? disabled,
- double? orderBy,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});