listUrl property

String? listUrl
getter/setter pair

The URL that points to the file that stores the object list entries.

This file must allow public access. The URL is either an HTTP/HTTPS address (e.g. https://example.com/urllist.tsv) or a Cloud Storage path (e.g. gs://my-bucket/urllist.tsv).

Required.

Implementation

core.String? listUrl;