Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
include format and objectValue in the includes for GetCellHistory #109
Browse files Browse the repository at this point in the history
  • Loading branch information
timwellswa committed Aug 20, 2019
1 parent 22df882 commit 6619f37
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions main/Smartsheet/Api/Models/Inclusions/CellInclusion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,16 @@ public enum CellInclusion
/// <summary>
/// The columnType attribute for a cell.
/// </summary>
[EnumMember(Value = "columnType")]
COLUMN_TYPE
COLUMN_TYPE,

/// <summary>
/// The format attribute for a cell if the revision also included a format change
/// </summary>
FORMAT,

/// <summary>
/// The objectValue attribute for a cell.
/// </summary>
OBJECT_VALUE
}
}

0 comments on commit 6619f37

Please sign in to comment.