WebApiModulesSettingsPoSettingsPoClassificationPoClassification constructor
WebApiModulesSettingsPoSettingsPoClassificationPoClassification({
- String? poClassificationId,
- String? poClassification,
- bool? excludeFromRoa,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsPoSettingsPoClassificationPoClassification({
this.poClassificationId,
this.poClassification,
this.excludeFromRoa,
this.inactive,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});