diff --git a/main/Smartsheet/Api/Models/Inclusions/CellInclusion.cs b/main/Smartsheet/Api/Models/Inclusions/CellInclusion.cs index 35d889f82..fdb436683 100644 --- a/main/Smartsheet/Api/Models/Inclusions/CellInclusion.cs +++ b/main/Smartsheet/Api/Models/Inclusions/CellInclusion.cs @@ -32,7 +32,16 @@ public enum CellInclusion /// /// The columnType attribute for a cell. /// - [EnumMember(Value = "columnType")] - COLUMN_TYPE + COLUMN_TYPE, + + /// + /// The format attribute for a cell if the revision also included a format change + /// + FORMAT, + + /// + /// The objectValue attribute for a cell. + /// + OBJECT_VALUE } } \ No newline at end of file