S3ReportExportConfig class

Information about the S3 bucket where the raw data of a report are exported.

Constructors

S3ReportExportConfig({String? bucket, bool? encryptionDisabled, String? encryptionKey, ReportPackagingType? packaging, String? path})
S3ReportExportConfig.fromJson(Map<String, dynamic> json)
factory

Properties

bucket String?
The name of the S3 bucket where the raw data of a report are exported.
final
encryptionDisabled bool?
A boolean value that specifies if the results of a report are encrypted.
final
encryptionKey String?
The encryption key for the report's encrypted raw data.
final
hashCode int
The hash code for this object.
no setterinherited
packaging ReportPackagingType?
The type of build output artifact to create. Valid values include:
final
path String?
The path to the exported report's raw data results.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited