Class UpdateFileRequestDeadline.Update
If null
, the file request's deadline is cleared.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public sealed class Update : UpdateFileRequestDeadline
Constructors
| Improve this Doc View SourceUpdate(FileRequestDeadline)
Initializes a new instance of the UpdateFileRequestDeadline.Update class.
Declaration
public Update(FileRequestDeadline value)
Parameters
Type | Name | Description |
---|---|---|
FileRequestDeadline | value | The value |
Properties
| Improve this Doc View SourceValue
Gets the value of this instance.
Declaration
public FileRequestDeadline Value { get; }
Property Value
Type | Description |
---|---|
FileRequestDeadline |