FixedLengthFieldRequest public class FixedLengthFieldRequest : BaseFieldRequest, IHaveShortcut Documentation public bool AllowHtml { get; set; } public string FriendlyName { get; set; } public bool HasUnicode { get; set; } public ImportBehavior ImportBehavior { get; set; } public bool IncludeInTextIndex { get; set; } public bool IsRelational { get; set; } public int Length { get; set; } public bool OpenToAssociations { get; set; } public int Order { get; set; } public PaneIcon PaneIcon { get; set; } public Securable<ObjectIdentifier> RelationalView { get; set; } public Shortcut Shortcut { get; set; } public bool Wrapping { get; set; } public FixedLengthFieldRequest()