Record
file-request
No description available.
record file-request {
created-at: string,
created-by: option<file-request-created-by>,
description: option<string>,
etag: option<string>,
expires-at: option<string>,
folder: file-request-folder,
id: option<string>,
is-description-required: option<bool>,
is-email-required: option<bool>,
status: option<file-request-status-enum>,
title: option<string>,
type-op: option<file-request-type-op-enum>,
updated-at: string,
updated-by: option<file-request-updated-by>,
url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | string | |
| created-by | option<file-request-created-by> | |
| description | option<string> | |
| etag | option<string> | |
| expires-at | option<string> | |
| folder | file-request-folder | |
| id | option<string> | |
| is-description-required | option<bool> | |
| is-email-required | option<bool> | |
| status | option<file-request-status-enum> | |
| title | option<string> | |
| type-op | option<file-request-type-op-enum> | |
| updated-at | string | |
| updated-by | option<file-request-updated-by> | |
| url | option<string> |