excelOptions property
- @JsonKey.new(name: 'ExcelOptions', includeIfNull: false, toJson: fwStandardSqlServerAttributesFwExcelOptionsNullableToJson, fromJson: fwStandardSqlServerAttributesFwExcelOptionsNullableFromJson)
final
Implementation
@JsonKey(
name: 'ExcelOptions',
includeIfNull: false,
toJson: fwStandardSqlServerAttributesFwExcelOptionsNullableToJson,
fromJson: fwStandardSqlServerAttributesFwExcelOptionsNullableFromJson,
)
final enums.FwStandardSqlServerAttributesFwExcelOptions? excelOptions;