Click or drag to resize

SentUpdateRequest Class

Represents the SentUpdateRequest object.///
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsSentUpdateRequest

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 class SentUpdateRequest : IdentifiableModel

The SentUpdateRequest type exposes the following members.

Constructors
  NameDescription
Public methodSentUpdateRequest
Top
Properties
  NameDescription
Public propertyColumnIds
IDs of columns included in the request.
Public propertyIncludeAttachments
Gets the flag that indicates if Attachments should be included in the Email.
Public propertyIncludeDiscussions
Gets the flag that indicates if Discussions should be included in the Email.
Public propertyMessage
Gets the Message.
Public propertyRowIds
IDs of rows update is requested.
Public propertySentAt
Get the date and time for when the sent update request was sent to the recipient.
Public propertySentBy
Gets the User object containing name and email of the sender.
Public propertySentTo
Gets the Recipient
Public propertyStatus
Gets the status of the sent update request.
Public propertySubject
Gets the Subject.
Public propertyUpdateRequestId
Get the ID of the originating update request.
Top
See Also