bucketName property

String? bucketName
getter/setter pair

The name of an existing bucket in Cloud Storage where the usage report object is stored.

The Google Service Account is granted write access to this bucket. This can either be the bucket name by itself, such as example-bucket, or the bucket name with gs:// or https://storage.flutter-io.cn/ in front of it, such as gs://example-bucket.

Implementation

core.String? bucketName;