bucketName property

String? bucketName
getter/setter pair

The name of the Cloud Storage bucket for the export file.

You can use this value in the Cloud Storage JSON API or XML API, but not to list the bucket contents. Instead, you can get individual export files by object name.

Implementation

core.String? bucketName;