Click or drag to resize

SentUpdateRequest.UpdateRequestId Property

Get the ID of the originating update request.

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public Nullable<long> UpdateRequestId { get; set; }

Return Value

Type: Nullable<Int64>
the update request Id
See Also