FileUploadRequest
Declaration
public class FileUploadRequest : IFileUploadRequestConstructors
public FileUploadRequest(string id, string submissionId, string localFilePath, string signedUrl, string authorization)
Properties
| Name | Type | Summary |
|---|---|---|
| readonly Authorization | string | - |
| readonly Id | string | - |
| readonly LocalFilePath | string | - |
| readonly SignedUrl | string | - |
| readonly SubmissionId | string | - |
Methods
| Name | Type | Summary |
|---|---|---|
| Equals | bool | - |
| GetHashCode | int | - |
Relationships
implements: IFileUploadRequest