Logo
Type aliases

FileCreateFromUrl

FileCreateFromUrl = object

Defined in: packages/cloud/src/client/types.gen.ts:2630

Properties

name?

optional name: string | null

Defined in: packages/cloud/src/client/types.gen.ts:2631


url

url: string

Defined in: packages/cloud/src/client/types.gen.ts:2635

URL of the file to download


proxy_url?

optional proxy_url: string | null

Defined in: packages/cloud/src/client/types.gen.ts:2639

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:2643

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:2649

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:2653

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:2657

Resource information for the file

On this page