FileCreateFromUrl
FileCreateFromUrl =
object
Defined in: packages/cloud/src/client/types.gen.ts:3314
Properties
name?
optional
name:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3318
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:3322
URL of the file to download
proxy_url?
optional
proxy_url:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3326
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:3330
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:3336
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:3340
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:3344
Resource information for the file