CatalogField public class CatalogField Documentation public int? ArtifactId { get; set; } public Guid CatalogFieldGuid { get; set; } public string Category { get; set; } public string Description { get; set; } public string FieldName { get; set; } public string FieldType { get; set; } public int Length { get; set; } public CatalogField() public CatalogField(int? artifactId, Guid catalogFieldGuid, string fieldName, string description, string fieldType, string category, int length = 0)