FileCreateFromUrl
FileCreateFromUrl =
object
Defined in: packages/cloud/src/client/types.gen.ts:3583
Properties
name?
optional
name:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3587
Name that will be used for created file. If possible, always include the file extension in the name.
url
url:
string
Defined in: packages/cloud/src/client/types.gen.ts:3591
URL of the file to download
proxy_url?
optional
proxy_url:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3595
URL of the proxy server to use for downloading the file
request_headers?
optional
request_headers: {[key
:string
]:string
; } |null
Defined in: packages/cloud/src/client/types.gen.ts:3599
Headers to include in the request when downloading the file
verify_ssl?
optional
verify_ssl:boolean
Defined in: packages/cloud/src/client/types.gen.ts:3605
Whether to verify the SSL certificate when downloading the file
follow_redirects?
optional
follow_redirects:boolean
Defined in: packages/cloud/src/client/types.gen.ts:3609
Whether to follow redirects when downloading the file
resource_info?
optional
resource_info: {[key
:string
]:null
|string
|number
|boolean
|unknown
[] | {[key
:string
]:unknown
; }; } |null
Defined in: packages/cloud/src/client/types.gen.ts:3613
Resource information for the file