Exception thrown: 'Smartsheet.Api.InvalidRequestException' in smartsheet-csharp-sdk.dll
An exception of type 'Smartsheet.Api.InvalidRequestException' occurred in smartsheet-csharp-sdk.dll but was not handled in user code
Required object attribute(s) are missing from your request: action.includedColumnIds.
in C# the Action object shows an IncludeColumnIds property but not an IncludedColumnIds one? where do I find the missing property is this a bug in the C# API code?