Class UpdateRequest
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the UpdateRequest object.
public class UpdateRequest : MultiRowEmail
- Inheritance
-
UpdateRequest
- Inherited Members
Properties
CreatedAt
Gets the date and time for when this request was originally created. Read-only
public DateTime? CreatedAt { get; set; }
Property Value
- DateTime?
the timestamp
Id
ID of the update request.
public long? Id { get; set; }
Property Value
- long?
ModifiedAt
Gets the date and time for when the last change was made to this request. Read-only.
public DateTime? ModifiedAt { get; set; }
Property Value
- DateTime?
the timestamp
Schedule
Gets the schedule for which update requests will be sent out.
public Schedule Schedule { get; set; }
Property Value
- Schedule
the Schedule
SentBy
Gets the User object containing name and email of the sender.
public User SentBy { get; set; }
Property Value
- User
the User