Click or drag to resize

UpdateRequest Class

Represents the UpdateRequest object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsEmail
    Smartsheet.Api.ModelsRowEmail
      Smartsheet.Api.ModelsMultiRowEmail
        Smartsheet.Api.ModelsUpdateRequest

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 UpdateRequest : MultiRowEmail

The UpdateRequest type exposes the following members.

Constructors
  NameDescription
Public methodUpdateRequest
Top
Properties
  NameDescription
Public propertyCreatedAt
Gets the date and time for when this request was originally created. Read-only
Public propertyId
ID of the update request.
Public propertyModifiedAt
Gets the date and time for when the last change was made to this request. Read-only.
Public propertySchedule
Gets the schedule for which update requests will be sent out.
Public propertySentBy
Gets the User object containing name and email of the sender.
Top
See Also