@webitel/api-services
Preparing search index...
_models/storageFilePoliciesServicePatchFilePolicyBody.zod
StorageFilePoliciesServicePatchFilePolicyBody
Interface StorageFilePoliciesServicePatchFilePolicyBody
interface
StorageFilePoliciesServicePatchFilePolicyBody
{
channels
?:
StorageUploadFileChannel
[]
;
description
?:
string
;
enabled
?:
boolean
;
encrypt
?:
boolean
;
fields
?:
string
[]
;
maxUploadSize
?:
string
;
mimeTypes
?:
string
[]
;
name
?:
string
;
retentionDays
?:
number
;
speedDownload
?:
string
;
speedUpload
?:
string
;
}
Index
Properties
channels?
description?
enabled?
encrypt?
fields?
max
Upload
Size?
mime
Types?
name?
retention
Days?
speed
Download?
speed
Upload?
Properties
Optional
channels
channels
?:
StorageUploadFileChannel
[]
Optional
description
description
?:
string
Optional
enabled
enabled
?:
boolean
Optional
encrypt
encrypt
?:
boolean
Optional
fields
fields
?:
string
[]
Optional
max
Upload
Size
maxUploadSize
?:
string
Optional
mime
Types
mimeTypes
?:
string
[]
Optional
name
name
?:
string
Optional
retention
Days
retentionDays
?:
number
Optional
speed
Download
speedDownload
?:
string
Optional
speed
Upload
speedUpload
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channels
description
enabled
encrypt
fields
max
Upload
Size
mime
Types
name
retention
Days
speed
Download
speed
Upload
@webitel/api-services
Loading...