@webitel/api-services
Preparing search index...
_models/storageUploadFileRequestMetadata.zod
StorageUploadFileRequestMetadata
Interface StorageUploadFileRequestMetadata
interface
StorageUploadFileRequestMetadata
{
channel
?:
StorageUploadFileChannel
;
createdAt
?:
string
;
domainId
?:
string
;
generateThumbnail
?:
boolean
;
mimeType
?:
string
;
name
?:
string
;
profileId
?:
string
;
properties
?:
StorageCustomFileProperties
;
streamResponse
?:
boolean
;
uploadedBy
?:
string
;
uuid
?:
string
;
}
Index
Properties
channel?
created
At?
domain
Id?
generate
Thumbnail?
mime
Type?
name?
profile
Id?
properties?
stream
Response?
uploaded
By?
uuid?
Properties
Optional
channel
channel
?:
StorageUploadFileChannel
Optional
created
At
createdAt
?:
string
Optional
domain
Id
domainId
?:
string
Optional
generate
Thumbnail
generateThumbnail
?:
boolean
Optional
mime
Type
mimeType
?:
string
Optional
name
name
?:
string
Optional
profile
Id
profileId
?:
string
Optional
properties
properties
?:
StorageCustomFileProperties
Optional
stream
Response
streamResponse
?:
boolean
Optional
uploaded
By
uploadedBy
?:
string
Optional
uuid
uuid
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
created
At
domain
Id
generate
Thumbnail
mime
Type
name
profile
Id
properties
stream
Response
uploaded
By
uuid
@webitel/api-services
Loading...